mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
8 lines
136 B
C
8 lines
136 B
C
|
#include <sgidefs.h>
|
||
|
|
||
|
#if _MIPS_SIM == _ABIO32
|
||
|
# error "long double fma being compiled for o32 ABI"
|
||
|
#endif
|
||
|
|
||
|
#include <soft-fp/fmatf4.c>
|