diff mbox series

[COMMITTED] benchtests: Only build libmvec benchmarks iff $(build-mathvec) is set

Message ID 20220405150513.2493064-1-adhemerval.zanella@linaro.org
State New
Headers show
Series [COMMITTED] benchtests: Only build libmvec benchmarks iff $(build-mathvec) is set | expand

Commit Message

Adhemerval Zanella Netto April 5, 2022, 3:05 p.m. UTC
Checked on x86_64-linux-gnu.
---
 sysdeps/x86_64/fpu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sysdeps/x86_64/fpu/Makefile b/sysdeps/x86_64/fpu/Makefile
index 8278ce104a..24af49e068 100644
--- a/sysdeps/x86_64/fpu/Makefile
+++ b/sysdeps/x86_64/fpu/Makefile
@@ -75,7 +75,7 @@  ifeq ($(subdir)$(config-cflags-mprefer-vector-width),mathyes)
 CFLAGS-branred.c = -mprefer-vector-width=128
 endif
 
-ifeq ($(subdir),benchtests)
+ifeq ($(subdir)$(build-mathvec),benchtestsyes)
 double-vlen4-arch-ext-cflags = -mavx
 double-vlen4-arch-ext2-cflags = -mavx2
 double-vlen8-arch-ext-cflags = -mavx512f