mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 15:51:07 +00:00
75b683dffd
* sysdeps/m68k/fpu/e_acosf.c, sysdeps/m68k/fpu/e_fmodf.c, sysdeps/m68k/fpu/k_cosf.c, sysdeps/m68k/fpu/k_sinf.c, sysdeps/m68k/fpu/k_tanf.c, sysdeps/m68k/fpu/s_atanf.c, sysdeps/m68k/fpu/s_frexpf.c, sysdeps/m68k/fpu/s_ilogbf.c, sysdeps/m68k/fpu/s_isinff.c, sysdeps/m68k/fpu/s_ldexpf.c, sysdeps/m68k/fpu/s_modff.c: Include the corresponding double versions with appropriate definitions to get float functions, instead of defining them directly.
6 lines
94 B
C
6 lines
94 B
C
#ifndef FUNC
|
|
#define FUNC __ieee754_fmodf
|
|
#endif
|
|
#define float_type float
|
|
#include <e_fmod.c>
|