repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
[glibc.git]
/
sysdeps
/
x86_64
/
fpu
/
multiarch
/
w_exp.c
blob
3584187e0e2231950594415250fbb74f9e2fbd24
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