glibc/sysdeps/mips/ieee754/s_fmal.c

8 lines
136 B
C
Raw Normal View History

2013-07-02 16:55:32 +02:00
#include <sgidefs.h>
#if _MIPS_SIM == _ABIO32
# error "long double fma being compiled for o32 ABI"
#endif
#include <soft-fp/fmatf4.c>