summaryrefslogtreecommitdiff
path: root/sysdeps/arm/s_fmaf.c
blob: 550d8b85d312301d17065e3cddbd1143464fe56a (plain)
1
2
3
4
5
#ifdef __SOFTFP__
# include <soft-fp/fmasf4.c>
#else
# include <sysdeps/ieee754/dbl-64/s_fmaf.c>
#endif