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 df78d39 commit 7215904Copy full SHA for 7215904
src/x86/isa.c
@@ -432,7 +432,7 @@ struct cpuinfo_x86_isa cpuinfo_x86_detect_isa(
432
/*
433
* AVX 10.1 instructions:
434
*/
435
- isa.avx10_1 = (structured_feature_info1.edx & UINT32_C(1 << 19));
+ isa.avx10_1 = avx512_regs && !!(structured_feature_info1.edx & UINT32_C(0x00080000));
436
437
438
* AVX512PF instructions:
0 commit comments