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 a404fff commit 4786c8aCopy full SHA for 4786c8a
src/x86/isa.c
@@ -433,7 +433,7 @@ struct cpuinfo_x86_isa cpuinfo_x86_detect_isa(
433
* AVX 10.1 instructions:
434
*/
435
isa.avx10_1 = avx512_regs && !!(structured_feature_info1.edx & UINT32_C(0x00080000));
436
-
+
437
/*
438
* AVX512PF instructions:
439
* - Intel: ebx[bit 26] in structured feature info (ecx = 0).
0 commit comments