 |
Blender
V2.93
|
Go to the documentation of this file.
25 #if defined(__ARM_NEON) && defined(WITH_SSE2NEON)
27 # define SSE2NEON_PRECISE_MINMAX 1
28 # define SSE2NEON_PRECISE_DIV 1
29 # define SSE2NEON_PRECISE_SQRT 1
30 # include <sse2neon.h>
31 # define BLI_HAVE_SSE2
32 #elif defined(__SSE2__)
34 # include <emmintrin.h>
35 # define BLI_HAVE_SSE2