Skip to content

Commit bef2cb0

Browse files
committed
Fix AVX512_BF16
1 parent 43885a7 commit bef2cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/nexgen32e/x86feature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define X86_AVX512_4FMAPS 7H, EDX, 3, 0
4444
#define X86_AVX512_4VNNIW 7H, EDX, 2, _X86_CC_AVX5124VNNIW
4545
#define X86_AVX512_FP16 7H, EDX, 23, _X86_CC_AVX512FP16
46-
#define X86_AVX512_BF16 7H, EAX, 5, _X86_CC_AVX512BF16
46+
#define X86_AVX512_BF16 7H_1H, EAX, 5, _X86_CC_AVX512BF16
4747
#define X86_AVX512_BITALG 7H, ECX, 12, 0
4848
#define X86_AVX512_VBMI2 7H, ECX, 6, 0
4949
#define X86_AVX512_VNNI 7H, ECX, 11, _X86_CC_AVX512VNNI

0 commit comments

Comments
 (0)