From e1d082d9de391d07c0c96b5f3408a9d2857860c1 Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Fri, 18 Nov 2022 13:06:11 -0800 Subject: x86/fpu: Add missing ISA sections to variety of svml files Many sse4/avx2/avx512 files where just in .text. --- sysdeps/x86_64/fpu/svml_s_coshf8_core_avx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/fpu/svml_s_coshf8_core_avx.S') diff --git a/sysdeps/x86_64/fpu/svml_s_coshf8_core_avx.S b/sysdeps/x86_64/fpu/svml_s_coshf8_core_avx.S index 8e4e1c19bb..c8f2835c0f 100644 --- a/sysdeps/x86_64/fpu/svml_s_coshf8_core_avx.S +++ b/sysdeps/x86_64/fpu/svml_s_coshf8_core_avx.S @@ -19,7 +19,7 @@ #include #include "svml_s_wrapper_impl.h" - .text + .section .text.avx2, "ax", @progbits ENTRY (_ZGVcN8v_coshf) WRAPPER_IMPL_AVX _ZGVbN4v_coshf END (_ZGVcN8v_coshf) -- cgit 1.4.1