glibc/sysdeps/mips/ieee754/s_fmaf.c

6 lines
111 B
C

#ifdef __mips_hard_float
# include <sysdeps/ieee754/dbl-64/s_fmaf.c>
#else
# include <soft-fp/fmasf4.c>
#endif