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_hypotf8_core.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/fpu/svml_s_hypotf8_core.S') diff --git a/sysdeps/x86_64/fpu/svml_s_hypotf8_core.S b/sysdeps/x86_64/fpu/svml_s_hypotf8_core.S index f5aa9f1e10..d70b0b0042 100644 --- a/sysdeps/x86_64/fpu/svml_s_hypotf8_core.S +++ b/sysdeps/x86_64/fpu/svml_s_hypotf8_core.S @@ -19,7 +19,7 @@ #include #include "svml_s_wrapper_impl.h" - .text + .section .text.avx2, "ax", @progbits ENTRY (_ZGVdN8vv_hypotf) WRAPPER_IMPL_AVX_ff _ZGVbN4vv_hypotf END (_ZGVdN8vv_hypotf) -- cgit 1.4.1