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_d_exp104_core_avx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/fpu/svml_d_exp104_core_avx.S') diff --git a/sysdeps/x86_64/fpu/svml_d_exp104_core_avx.S b/sysdeps/x86_64/fpu/svml_d_exp104_core_avx.S index 8758d35449..8b9445a342 100644 --- a/sysdeps/x86_64/fpu/svml_d_exp104_core_avx.S +++ b/sysdeps/x86_64/fpu/svml_d_exp104_core_avx.S @@ -19,7 +19,7 @@ #include #include "svml_d_wrapper_impl.h" - .text + .section .text.avx2, "ax", @progbits ENTRY (_ZGVcN4v_exp10) WRAPPER_IMPL_AVX _ZGVbN2v_exp10 END (_ZGVcN4v_exp10) -- cgit 1.4.1