x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / w_exp.c
blob3584187e0e2231950594415250fbb74f9e2fbd24
1 #include <sysdeps/x86/isa-level.h>
2 #if MINIMUM_X86_ISA_LEVEL >= AVX2_X86_ISA_LEVEL
3 # include <sysdeps/ieee754/dbl-64/w_exp.c>
4 #else
5 # include <sysdeps/../math/w_exp.c>
6 #endif