about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-07-30 18:00:24 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2015-07-30 18:00:24 +0300
commita9e8ea51cc8e800a81375d5f99f9a42c6be142a8 (patch)
tree5ae06685b5eff965ff38f7dfda226869d28c6fc8 /math/Makefile
parent0e569d30e3936bb6c2cbb7aaf584d36c4cd09934 (diff)
downloadglibc-a9e8ea51cc8e800a81375d5f99f9a42c6be142a8.tar.gz
glibc-a9e8ea51cc8e800a81375d5f99f9a42c6be142a8.tar.xz
glibc-a9e8ea51cc8e800a81375d5f99f9a42c6be142a8.zip
Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.
    [BZ #18740]
    * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
    float-vlen4-arch-ext-cflags): Removed.
    * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
    CFLAGS-test-float-vlen4-wrappers.c): Likewise.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index 2c78dd0bb9..6388baec89 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -151,7 +151,6 @@ libm-test-vec-cflags = $(libm-test-fast-math-cflags) -fno-inline \
 		       -ffloat-store -D_OPENMP=201307 -Wno-unknown-pragmas
 
 CFLAGS-test-double-vlen2.c = $(libm-test-vec-cflags)
-CFLAGS-test-double-vlen2-wrappers.c = $(double-vlen2-arch-ext-cflags)
 
 CFLAGS-test-double-vlen4.c = $(libm-test-vec-cflags)
 CFLAGS-test-double-vlen4-wrappers.c = $(double-vlen4-arch-ext-cflags)
@@ -160,7 +159,6 @@ CFLAGS-test-double-vlen8.c = $(libm-test-vec-cflags)
 CFLAGS-test-double-vlen8-wrappers.c = $(double-vlen8-arch-ext-cflags)
 
 CFLAGS-test-float-vlen4.c = $(libm-test-vec-cflags)
-CFLAGS-test-float-vlen4-wrappers.c = $(float-vlen4-arch-ext-cflags)
 
 CFLAGS-test-float-vlen8.c = $(libm-test-vec-cflags)
 CFLAGS-test-float-vlen8-wrappers.c = $(float-vlen8-arch-ext-cflags)