glibc/sysdeps/mips/ieee754/s_fmaf.c

6 lines
111 B
C
Raw Normal View History

2013-07-02 16:55:32 +02:00
#ifdef __mips_hard_float
# include <sysdeps/ieee754/dbl-64/s_fmaf.c>
#else
# include <soft-fp/fmasf4.c>
#endif