mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
check_sse2
This commit is contained in:
parent
9b70ececca
commit
317f882cda
@ -79,7 +79,11 @@
|
||||
#endif
|
||||
|
||||
#if defined(BUILD_SSE2_SIMDE)
|
||||
#define CHECK_SSE_LAST check_ssse2
|
||||
#if defined(HAVE_SSE2)
|
||||
#define CHECK_SSE_LAST (1)
|
||||
#else
|
||||
#define CHECK_SSE_LAST (0)
|
||||
#endif
|
||||
#else
|
||||
#define CHECK_SSE_LAST check_ssse3
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user