micropython/lib/libm
Alessandro Gatti d7aa2fe9d7 lib/libm: Define _IEEE_LIBM only if not set.
fdilibm was originally meant to see _IEEE_LIBM defined from outside the
libm code, not it being hardcoded in.  Picolibc assumes this assumption
holds true and attempts to define itself, conflicting with the existing
definition.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2024-06-06 13:01:42 +10:00
..
acoshf.c
asinfacosf.c
asinhf.c
atan2f.c
atanf.c
atanhf.c
ef_rem_pio2.c lib/libm: Reduce size of static two_over_pi array. 2020-09-04 00:45:56 +10:00
ef_sqrt.c
erf_lgamma.c
fdlibm.h lib/libm: Reduce size of static two_over_pi array. 2020-09-04 00:45:56 +10:00
fmodf.c
kf_cos.c
kf_rem_pio2.c lib/libm: Reduce size of static two_over_pi array. 2020-09-04 00:45:56 +10:00
kf_sin.c
kf_tan.c
libm.h lib/libm: Do not force floating point type size evaluation. 2024-05-31 17:04:24 +10:00
log1pf.c
math.c
nearbyintf.c
roundf.c
sf_cos.c
sf_erf.c
sf_frexp.c
sf_ldexp.c all: Remove commented-out include statements. 2020-04-23 11:24:15 +10:00
sf_modf.c
sf_sin.c
sf_tan.c
thumb_vfp_sqrtf.c lib/libm: Use __asm__ instead of asm. 2022-11-10 11:36:41 +11:00
wf_lgamma.c lib/libm: Define _IEEE_LIBM only if not set. 2024-06-06 13:01:42 +10:00
wf_tgamma.c lib/libm: Define _IEEE_LIBM only if not set. 2024-06-06 13:01:42 +10:00