summaryrefslogtreecommitdiff
path: root/sysdeps/mips/ieee754/s_fmal.c
blob: c52331967d125ff77ee22b96b67c81319f03d935 (plain)
1
2
3
4
5
6
7
#include <sgidefs.h>

#if _MIPS_SIM == _ABIO32
# error "long double fma being compiled for o32 ABI"
#endif

#include <sysdeps/ieee754/soft-fp/s_fmal.c>