mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 02:00:36 +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