s_fmal.c 152 B

1234567
  1. #include <sgidefs.h>
  2. #if _MIPS_SIM == _ABIO32
  3. # error "long double fma being compiled for o32 ABI"
  4. #endif
  5. #include <sysdeps/ieee754/soft-fp/s_fmal.c>