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