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
Add stub sys/procfs.h file
[glibc.git]
/
sysdeps
/
arm
/
s_fma.c
blob
dc4e27bfc16338d437dc8c12f3fbd15b0827ff75
1
#ifdef __SOFTFP__
2
# include <soft-fp/fmadf4.c>
3
#else
4
# include <sysdeps/ieee754/dbl-64/s_fma.c>
5
#endif