public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/clang] x86_64: Remove -msse2avx
@ 2021-11-04  5:14 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-11-04  5:14 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6faa48468c94e4cbe09a54489f84d3e6ae9a8fb4

commit 6faa48468c94e4cbe09a54489f84d3e6ae9a8fb4
Author: Fangrui Song <maskray@google.com>
Date:   Wed Nov 3 22:12:47 2021 -0700

    x86_64: Remove -msse2avx
    
    Clang does not recognize this option.

Diff:
---
 sysdeps/x86_64/fpu/multiarch/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sysdeps/x86_64/fpu/multiarch/Makefile b/sysdeps/x86_64/fpu/multiarch/Makefile
index ec796277a5..1932cb3863 100644
--- a/sysdeps/x86_64/fpu/multiarch/Makefile
+++ b/sysdeps/x86_64/fpu/multiarch/Makefile
@@ -50,12 +50,12 @@ CFLAGS-s_tan-fma4.c = -mfma4
 libm-sysdep_routines += e_exp-avx e_log-avx s_atan-avx \
 			e_atan2-avx s_sin-avx s_tan-avx
 
-CFLAGS-e_atan2-avx.c = -msse2avx -DSSE2AVX
-CFLAGS-e_exp-avx.c = -msse2avx -DSSE2AVX
-CFLAGS-e_log-avx.c = -msse2avx -DSSE2AVX
-CFLAGS-s_atan-avx.c = -msse2avx -DSSE2AVX
-CFLAGS-s_sin-avx.c = -msse2avx -DSSE2AVX
-CFLAGS-s_tan-avx.c = -msse2avx -DSSE2AVX
+CFLAGS-e_atan2-avx.c = -DSSE2AVX
+CFLAGS-e_exp-avx.c = -DSSE2AVX
+CFLAGS-e_log-avx.c = -DSSE2AVX
+CFLAGS-s_atan-avx.c = -DSSE2AVX
+CFLAGS-s_sin-avx.c = -DSSE2AVX
+CFLAGS-s_tan-avx.c = -DSSE2AVX
 endif
 
 ifeq ($(subdir),mathvec)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-04  5:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  5:14 [glibc/maskray/clang] x86_64: Remove -msse2avx Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).