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
Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false...
[glibc.git]
/
sysdeps
/
sh
/
s_fma.c
blob
d92438d448935267cb4522096f415232f4556c79
1
#ifdef __SH_FPU_ANY__
2
# include <sysdeps/ieee754/dbl-64/s_fma.c>
3
#else
4
# include <soft-fp/fmadf4.c>
5
#endif