You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 months ago
..
acoshf.c
lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.
10 years ago
asinfacosf.c
all: Fix implicit conversion from double to float.
5 years ago
asinhf.c
lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.
10 years ago
atan2f.c
all: Fix implicit conversion from double to float.
5 years ago
atanf.c
all: Fix implicit conversion from double to float.
5 years ago
atanhf.c
lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.
10 years ago
ef_rem_pio2.c
lib/libm: Reduce size of static two_over_pi array.
4 years ago
ef_sqrt.c
all: Fix implicit conversion from double to float.
5 years ago
erf_lgamma.c
all: Fix implicit conversion from double to float.
5 years ago
fdlibm.h
lib/libm: Reduce size of static two_over_pi array.
4 years ago
fmodf.c
py: Implement divmod, % and proper // for floating point.
10 years ago
kf_cos.c
all: Fix implicit conversion from double to float.
5 years ago
kf_rem_pio2.c
lib/libm: Reduce size of static two_over_pi array.
4 years ago
kf_sin.c
all: Fix implicit conversion from double to float.
5 years ago
kf_tan.c
all: Fix implicit conversion from double to float.
5 years ago
libm.h
lib/libm: Do not force floating point type size evaluation.
5 months ago
log1pf.c
all: Fix implicit conversion from double to float.
5 years ago
math.c
all: Fix implicit floating point to integer conversions.
5 years ago
nearbyintf.c
lib/libm: Add implementation of nearbyintf, from musl-1.1.16.
8 years ago
roundf.c
py: Add builtin round function.
10 years ago
sf_cos.c
all: Use the name MicroPython consistently in comments
7 years ago
sf_erf.c
all: Fix implicit conversion from double to float.
5 years ago
sf_frexp.c
all: Fix implicit conversion from double to float.
5 years ago
sf_ldexp.c
all: Remove commented-out include statements.
5 years ago
sf_modf.c
all: Fix implicit conversion from double to float.
5 years ago
sf_sin.c
all: Use the name MicroPython consistently in comments
7 years ago
sf_tan.c
all: Use the name MicroPython consistently in comments
7 years ago
thumb_vfp_sqrtf.c
lib/libm: Use __asm__ instead of asm.
2 years ago
wf_lgamma.c
lib/libm: Define _IEEE_LIBM only if not set.
5 months ago
wf_tgamma.c
lib/libm: Define _IEEE_LIBM only if not set.
5 months ago