diff options
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/fpu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/x86_64/fpu/Makefile b/sysdeps/x86_64/fpu/Makefile index a95e3f74f4..a4ff2723a8 100644 --- a/sysdeps/x86_64/fpu/Makefile +++ b/sysdeps/x86_64/fpu/Makefile @@ -23,10 +23,8 @@ libmvec-support += svml_d_cos2_core svml_d_cos4_core_avx \ svml_s_sincosf8_core svml_s_sincosf16_core endif -ifeq ($(subdir),math) -libm-routines += sfp-exceptions - # Variables for libmvec tests. +ifeq ($(subdir),math) ifeq ($(build-mathvec),yes) libmvec-tests += double-vlen2 double-vlen4 double-vlen4-avx2 \ float-vlen4 float-vlen8 float-vlen8-avx2 |