Wrapper for system intrin header

This commit is contained in:
Matthew Barr
2017-03-30 13:40:52 +11:00
parent 8201183138
commit cd418ea6a8
8 changed files with 82 additions and 126 deletions

View File

@@ -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_