File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -433,14 +433,14 @@ struct cpuinfo_x86_isa cpuinfo_x86_detect_isa(
433433
434434 /*
435435 * AVX 10.1 instructions: avx 10 isa supported.
436- * - Intel: edx[bit 19] in structured feature info (ecx = 1).
436+ * - Intel: edx[bit 19] in structured feature info (ecx = 1).
437437 */
438438 isa .avx10_1 = avx512_regs && !!(structured_feature_info1 .edx & UINT32_C (0x00080000 ));
439439
440440 /*
441441 * AVX 10.2 instructions: avx 10 version information.
442- * - Intel: ebx[bits 0-7] in structured features info (eax = 24 ecx = 0).
443- */
442+ * - Intel: ebx[bits 0-7] in structured features info (eax = 24 ecx = 0).
443+ */
444444 isa .avx10_2 = ((structured_feature_info2 .ebx & UINT32_C (0x000000FF )) >= 2 ) && isa .avx10_1 ;
445445
446446 /*
You can’t perform that action at this time.
0 commit comments