Navigation Menu

Skip to content

Commit

Permalink
Fix build for Elbrus 2000 architecture (2671)
Browse files Browse the repository at this point in the history
https://en.wikipedia.org/wiki/Elbrus_2000

From Michael Shigorin

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
Michael Shigorin authored and lgritz committed Aug 14, 2020
1 parent 421e3bc commit 714aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/OpenImageIO/simd.h
Expand Up @@ -69,7 +69,7 @@

#if defined(_WIN32)
# include <intrin.h>
#elif defined(__GNUC__) && (defined(__x86_64__) || defined(__i386__))
#elif defined(__GNUC__) && (defined(__x86_64__) || defined(__i386__)) || defined(__e2k__)
# include <x86intrin.h>
#elif defined(__GNUC__) && defined(__ARM_NEON__)
# include <arm_neon.h>
Expand Down

0 comments on commit 714aae4

Please sign in to comment.