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_erfcf16_core_avx512.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S') diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S index 5fb5b2f0f7..f57eb22b30 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S @@ -49,7 +49,7 @@ #include - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_erfcf_skx) pushq %rbp cfi_def_cfa_offset(16) -- cgit 1.4.1