about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/svml_s_hypotf8_core.S
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2022-11-18 13:06:11 -0800
committerNoah Goldstein <goldstein.w.n@gmail.com>2022-11-27 20:22:49 -0800
commite1d082d9de391d07c0c96b5f3408a9d2857860c1 (patch)
treefa12cd40946c1ed7194383d5a497374cb209c622 /sysdeps/x86_64/fpu/svml_s_hypotf8_core.S
parenta46956e65d037358161e7512a9f0fd408ea1333a (diff)
downloadglibc-e1d082d9de391d07c0c96b5f3408a9d2857860c1.tar.gz
glibc-e1d082d9de391d07c0c96b5f3408a9d2857860c1.tar.xz
glibc-e1d082d9de391d07c0c96b5f3408a9d2857860c1.zip
x86/fpu: Add missing ISA sections to variety of svml files
Many sse4/avx2/avx512 files where just in .text.
Diffstat (limited to 'sysdeps/x86_64/fpu/svml_s_hypotf8_core.S')
-rw-r--r--sysdeps/x86_64/fpu/svml_s_hypotf8_core.S2
1 files changed, 1 insertions, 1 deletions
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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
 
-	.text
+	.section .text.avx2, "ax", @progbits
 ENTRY (_ZGVdN8vv_hypotf)
 WRAPPER_IMPL_AVX_ff _ZGVbN4vv_hypotf
 END (_ZGVdN8vv_hypotf)