mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
Wrapper for system intrin header
This commit is contained in:
@@ -72,4 +72,11 @@
|
||||
#define HAVE_BMI2
|
||||
#endif
|
||||
|
||||
/*
|
||||
* MSVC uses a different form of inline asm
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
#define NO_ASM
|
||||
#endif
|
||||
|
||||
#endif // UTIL_ARCH_H_
|
||||
|
||||
Reference in New Issue
Block a user