micropython/lib/libm
David Lechner 0eead94181 lib/libm: Use __asm__ instead of asm.
`asm` is not part of the C standard and causes a complier error when
`-std=c99` is used. `__asm__` is the recommended alternative.

https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/alternate-keywords.html

Signed-off-by: David Lechner <david@pybricks.com>
2022-11-10 11:36:41 +11:00
..
acoshf.c
asinfacosf.c
asinhf.c
atan2f.c
atanf.c
atanhf.c
ef_rem_pio2.c
ef_sqrt.c
erf_lgamma.c
fdlibm.h
fmodf.c
kf_cos.c
kf_rem_pio2.c
kf_sin.c
kf_tan.c
libm.h
log1pf.c
math.c
nearbyintf.c
roundf.c
sf_cos.c
sf_erf.c
sf_frexp.c
sf_ldexp.c
sf_modf.c
sf_sin.c
sf_tan.c
thumb_vfp_sqrtf.c
wf_lgamma.c
wf_tgamma.c