We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac909d2 commit 0eaa744Copy full SHA for 0eaa744
src/native/minipal/cpufeatures.h
@@ -32,11 +32,8 @@ enum XArchIntrinsicConstants
32
XArchIntrinsicConstants_Avx10v1 = 0x40000,
33
XArchIntrinsicConstants_Evex = 0x80000,
34
XArchIntrinsicConstants_Apx = 0x100000,
35
-<<<<<<< HEAD
36
XArchIntrinsicConstants_Vpclmulqdq = 0x200000,
37
-=======
38
- XArchIntrinsicConstants_Avx10v2 = 0x200000,
39
->>>>>>> 40f24a90a65 (Add CPUID for AVX10.2)
+ XArchIntrinsicConstants_Avx10v2 = 0x400000,
40
};
41
#endif // HOST_X86 || HOST_AMD64
42
0 commit comments