Skip to content

Commit

Permalink
Remove <mmintrin.h> include
Browse files Browse the repository at this point in the history
This header file isn't available in Emscripten, and in other platforms it's included by <emmintrin.h> so it's not necessary to include it specifically.
  • Loading branch information
abram authored Mar 15, 2024
1 parent fc17a62 commit ea8d339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/OpenEXRCore/internal_dwa_simd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#if defined __SSE2__ || (_MSC_VER && (_M_IX86 || _M_X64))
# define IMF_HAVE_SSE2 1
# include <emmintrin.h>
# include <mmintrin.h>
#endif

#if defined(__ARM_NEON)
Expand Down

0 comments on commit ea8d339

Please sign in to comment.