mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
Convert compile-time code to not require SIMD
This commit is contained in:
@@ -62,6 +62,10 @@
|
||||
#endif
|
||||
|
||||
typedef __m128i m128;
|
||||
#else
|
||||
typedef struct ALIGN_DIRECTIVE {u64a hi; u64a lo;} m128;
|
||||
#endif
|
||||
|
||||
#if defined(__AVX2__)
|
||||
typedef __m256i m256;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user