From 95177b78ffa7a23c781d9b4f8bd0d8a8270891d9 Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Fri, 18 Nov 2022 12:00:36 -0800 Subject: x86/fpu: Fix misspelled evex512 section in variety of svml files ``` .section .text.evex512, "ax", @progbits ``` With misspelled as: ``` .section .text.exex512, "ax", @progbits ``` --- sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S') diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S index 2c864f0c0e..4940e93096 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S @@ -48,7 +48,7 @@ #include - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_log1pf_skx) pushq %rbp cfi_def_cfa_offset(16) -- cgit 1.4.1