mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
avx512: CPU detection and platform hints
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
#define HAVE_AVX2
|
||||
#endif
|
||||
|
||||
#if defined(__AVX512BW__)
|
||||
#define HAVE_AVX512
|
||||
#endif
|
||||
|
||||
/*
|
||||
* ICC and MSVC don't break out POPCNT or BMI/2 as separate pre-def macros
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user