about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.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_erfcf8_core_avx.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_erfcf8_core_avx.S')
-rw-r--r--sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.S b/sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.S
index 4f347c4d3c..3dd91caefb 100644
--- a/sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.S
+++ b/sysdeps/x86_64/fpu/svml_s_erfcf8_core_avx.S
@@ -19,7 +19,7 @@
 #include <sysdep.h>
 #include "svml_s_wrapper_impl.h"
 
-        .text
+	.section .text.avx2, "ax", @progbits
 ENTRY (_ZGVcN8v_erfcf)
 WRAPPER_IMPL_AVX _ZGVbN4v_erfcf
 END (_ZGVcN8v_erfcf)