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
Fix compilation of test-signgam-* tests
[glibc.git]
/
sysdeps
/
arm
/
s_fmaf.c
blob
550d8b85d312301d17065e3cddbd1143464fe56a
1
#ifdef __SOFTFP__
2
# include <soft-fp/fmasf4.c>
3
#else
4
# include <sysdeps/ieee754/dbl-64/s_fmaf.c>
5
#endif