about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2022-11-18 12:00:36 -0800
committerNoah Goldstein <goldstein.w.n@gmail.com>2022-11-27 20:22:49 -0800
commit95177b78ffa7a23c781d9b4f8bd0d8a8270891d9 (patch)
treea026e3b0b1975a2ef2d6218b8e94b9a51cf1471c /sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S
parente1d082d9de391d07c0c96b5f3408a9d2857860c1 (diff)
downloadglibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.tar.gz
glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.tar.xz
glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.zip
x86/fpu: Fix misspelled evex512 section in variety of svml files
```
.section .text.evex512, "ax", @progbits
```

With misspelled as:

```
.section .text.exex512, "ax", @progbits
```
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S
index 02b255dde8..3ada6ed349 100644
--- a/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S
+++ b/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S
@@ -37,7 +37,7 @@
 
 #include <sysdep.h>
 
-	.section .text.exex512, "ax", @progbits
+	.section .text.evex512, "ax", @progbits
 ENTRY(_ZGVeN16v_log2f_skx)
 	pushq	%rbp
 	cfi_def_cfa_offset(16)