summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qsimd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qsimd.h')
-rw-r--r--src/corelib/global/qsimd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/global/qsimd.h b/src/corelib/global/qsimd.h
index 87e9d0d098..6ed7821e26 100644
--- a/src/corelib/global/qsimd.h
+++ b/src/corelib/global/qsimd.h
@@ -77,9 +77,11 @@
# ifdef __AVX2__
// MSVC defines __AVX2__ with /arch:AVX2
# define __F16C__ 1
+# define __RDRND__ 1
# define __FMA__ 1
# define __BMI__ 1
# define __BMI2__ 1
+# define __MOVBE__ 1
# define __LZCNT__ 1
# endif
// Starting with /arch:AVX512, MSVC defines all the macros