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 7215904 commit 9f62392Copy full SHA for 9f62392
src/x86/isa.c
@@ -429,10 +429,10 @@ struct cpuinfo_x86_isa cpuinfo_x86_detect_isa(
429
*/
430
isa.avx512f = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x00010000));
431
432
- /*
+ /*
433
* AVX 10.1 instructions:
434
435
- isa.avx10_1 = avx512_regs && !!(structured_feature_info1.edx & UINT32_C(0x00080000));
+ isa.avx10_1 = avx512_regs && !!(structured_feature_info1.edx & UINT32_C(0x00080000));
436
437
/*
438
* AVX512PF instructions:
0 commit comments