From c93923c9f7609529304dcebab5005ea172cac4ae Mon Sep 17 00:00:00 2001 From: Barinzaya Date: Mon, 14 Oct 2024 08:53:16 -0400 Subject: [PATCH] Fixed formatting. --- core/sys/info/cpu_intel.odin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/sys/info/cpu_intel.odin b/core/sys/info/cpu_intel.odin index f42369e81..d8ef21473 100644 --- a/core/sys/info/cpu_intel.odin +++ b/core/sys/info/cpu_intel.odin @@ -136,10 +136,10 @@ init_cpu_features :: proc "c" () { try_set(&set, .avx512_bitalg, 12, ecx7) try_set(&set, .avx512_vpopcntdq, 14, ecx7) - try_set(&set, .avx512_4vnniw, 2, edx7) - try_set(&set, .avx512_4fmaps, 3, edx7) - try_set(&set, .avx512_vp2intersect, 8, edx7) - try_set(&set, .avx512_fp16, 23, edx7) + try_set(&set, .avx512_4vnniw, 2, edx7) + try_set(&set, .avx512_4fmaps, 3, edx7) + try_set(&set, .avx512_vp2intersect, 8, edx7) + try_set(&set, .avx512_fp16, 23, edx7) eax7_1, _, _, _ := cpuid(7, 1) try_set(&set, .avx512_bf16, 5, eax7_1)