first commit of the new libm!
thanks to the hard work of Szabolcs Nagy (nsz), identifying the best (from correctness and license standpoint) implementations from freebsd and openbsd and cleaning them up! musl should now fully support c99 float and long double math functions, and has near-complete complex math support. tgmath should also work (fully on gcc-compatible compilers, and mostly on any c99 compiler). based largely on commit 0376d44a890fea261506f1fc63833e7a686dca19 from nsz's libm git repo, with some additions (dummy versions of a few missing long double complex functions, etc.) by me. various cleanups still need to be made, including re-adding (if they're correct) some asm functions that were dropped.
Showing
include/complex.h
0 → 100644
include/tgmath.h
0 → 100644
src/complex/__cexp.c
0 → 100644
src/complex/__cexpf.c
0 → 100644
src/complex/cabs.c
0 → 100644
src/complex/cabsf.c
0 → 100644
src/complex/cabsl.c
0 → 100644
src/complex/cacos.c
0 → 100644
src/complex/cacosf.c
0 → 100644
src/complex/cacosh.c
0 → 100644
src/complex/cacoshf.c
0 → 100644
src/complex/cacoshl.c
0 → 100644
src/complex/cacosl.c
0 → 100644
src/complex/carg.c
0 → 100644
src/complex/cargf.c
0 → 100644
src/complex/cargl.c
0 → 100644
src/complex/casin.c
0 → 100644
src/complex/casinf.c
0 → 100644
src/complex/casinh.c
0 → 100644
src/complex/casinhf.c
0 → 100644
src/complex/casinhl.c
0 → 100644
src/complex/casinl.c
0 → 100644
src/complex/catan.c
0 → 100644
src/complex/catanf.c
0 → 100644
src/complex/catanh.c
0 → 100644
src/complex/catanhf.c
0 → 100644
src/complex/catanhl.c
0 → 100644
src/complex/catanl.c
0 → 100644
src/complex/ccos.c
0 → 100644
src/complex/ccosf.c
0 → 100644
src/complex/ccosh.c
0 → 100644
src/complex/ccoshf.c
0 → 100644
src/complex/ccoshl.c
0 → 100644
src/complex/ccosl.c
0 → 100644
src/complex/cexp.c
0 → 100644
src/complex/cexpf.c
0 → 100644
src/complex/cexpl.c
0 → 100644
src/complex/cimag.c
0 → 100644
src/complex/cimagf.c
0 → 100644
src/complex/cimagl.c
0 → 100644
src/complex/clog.c
0 → 100644
src/complex/clogf.c
0 → 100644
src/complex/clogl.c
0 → 100644
src/complex/conj.c
0 → 100644
src/complex/conjf.c
0 → 100644
src/complex/conjl.c
0 → 100644
src/complex/cpow.c
0 → 100644
src/complex/cpowf.c
0 → 100644
src/complex/cpowl.c
0 → 100644
src/complex/cproj.c
0 → 100644
src/complex/cprojf.c
0 → 100644
src/complex/cprojl.c
0 → 100644
src/complex/creal.c
0 → 100644
src/complex/crealf.c
0 → 100644
src/complex/creall.c
0 → 100644
src/complex/csin.c
0 → 100644
src/complex/csinf.c
0 → 100644
src/complex/csinh.c
0 → 100644
src/complex/csinhf.c
0 → 100644
src/complex/csinhl.c
0 → 100644
src/complex/csinl.c
0 → 100644
src/complex/csqrt.c
0 → 100644
src/complex/csqrtf.c
0 → 100644
src/complex/csqrtl.c
0 → 100644
src/complex/ctan.c
0 → 100644
src/complex/ctanf.c
0 → 100644
src/complex/ctanh.c
0 → 100644
src/complex/ctanhf.c
0 → 100644
src/complex/ctanhl.c
0 → 100644
src/complex/ctanl.c
0 → 100644
src/internal/libm.h
0 → 100644
src/internal/longdbl.h
0 → 100644
src/math/__cosl.c
0 → 100644
src/math/__expo2.c
0 → 100644
src/math/__expo2f.c
0 → 100644
src/math/__invtrigl.c
0 → 100644
src/math/__invtrigl.h
0 → 100644
src/math/__log1p.h
0 → 100644
src/math/__polevll.c
0 → 100644
src/math/__rem_pio2.c
0 → 100644
src/math/__rem_pio2_large.c
0 → 100644
src/math/__rem_pio2f.c
0 → 100644
src/math/__rem_pio2l.h
0 → 100644
src/math/__signbit.c
0 → 100644
src/math/__signbitf.c
0 → 100644
src/math/__signbitl.c
0 → 100644
src/math/__sinl.c
0 → 100644
src/math/__tan.c
0 → 100644
src/math/__tandf.c
0 → 100644
src/math/__tanl.c
0 → 100644
src/math/acosf.c
0 → 100644
此差异已折叠。
src/math/acoshl.c
0 → 100644
此差异已折叠。
src/math/acosl.c
0 → 100644
此差异已折叠。
src/math/asinhf.c
0 → 100644
此差异已折叠。
src/math/asinhl.c
0 → 100644
此差异已折叠。
src/math/asinl.c
0 → 100644
此差异已折叠。
src/math/atan2f.c
0 → 100644
此差异已折叠。
src/math/atan2l.c
0 → 100644
此差异已折叠。
src/math/atanhl.c
0 → 100644
此差异已折叠。
src/math/atanl.c
0 → 100644
此差异已折叠。
src/math/cbrt.c
0 → 100644
此差异已折叠。
src/math/cbrtf.c
0 → 100644
此差异已折叠。
src/math/cbrtl.c
0 → 100644
此差异已折叠。
src/math/ceil.c
0 → 100644
此差异已折叠。
src/math/ceilf.c
0 → 100644
此差异已折叠。
src/math/ceill.c
0 → 100644
此差异已折叠。
src/math/copysign.c
0 → 100644
此差异已折叠。
src/math/copysignf.c
0 → 100644
此差异已折叠。
src/math/copysignl.c
0 → 100644
此差异已折叠。
src/math/cosf.c
0 → 100644
此差异已折叠。
src/math/coshl.c
0 → 100644
此差异已折叠。
src/math/cosl.c
0 → 100644
此差异已折叠。
src/math/e_acosf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_acoshf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_asinf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_atan2f.c
已删除
100644 → 0
此差异已折叠。
src/math/e_coshf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_expf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_fmod.c
已删除
100644 → 0
此差异已折叠。
src/math/e_fmodf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_hypot.c
已删除
100644 → 0
此差异已折叠。
src/math/e_hypotf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_log10.c
已删除
100644 → 0
此差异已折叠。
src/math/e_logf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_pow.c
已删除
100644 → 0
此差异已折叠。
src/math/e_powf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_rem_pio2.c
已删除
100644 → 0
此差异已折叠。
src/math/e_rem_pio2f.c
已删除
100644 → 0
此差异已折叠。
src/math/e_remainder.c
已删除
100644 → 0
此差异已折叠。
src/math/e_remainderf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_scalbf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_sinhf.c
已删除
100644 → 0
此差异已折叠。
src/math/e_sqrt.c
已删除
100644 → 0
此差异已折叠。
src/math/e_sqrtf.c
已删除
100644 → 0
此差异已折叠。
src/math/erfl.c
0 → 100644
此差异已折叠。
src/math/exp2.c
0 → 100644
此差异已折叠。
src/math/exp2f.c
0 → 100644
此差异已折叠。
src/math/exp2l.c
0 → 100644
此差异已折叠。
src/math/expf.c
0 → 100644
此差异已折叠。
src/math/expl.c
0 → 100644
此差异已折叠。
src/math/expm1f.c
0 → 100644
此差异已折叠。
src/math/expm1l.c
0 → 100644
此差异已折叠。
src/math/fabs.c
0 → 100644
此差异已折叠。
src/math/fabsf.c
0 → 100644
此差异已折叠。
src/math/fabsl.c
0 → 100644
此差异已折叠。
src/math/fdim.c
0 → 100644
此差异已折叠。
src/math/fdimf.c
0 → 100644
此差异已折叠。
src/math/fdiml.c
0 → 100644
此差异已折叠。
src/math/floor.c
0 → 100644
此差异已折叠。
src/math/floorl.c
0 → 100644
此差异已折叠。
src/math/fma.c
0 → 100644
此差异已折叠。
src/math/fmaf.c
0 → 100644
此差异已折叠。
src/math/fmal.c
0 → 100644
此差异已折叠。
src/math/fmax.c
0 → 100644
此差异已折叠。
src/math/fmaxf.c
0 → 100644
此差异已折叠。
src/math/fmaxl.c
0 → 100644
此差异已折叠。
src/math/fmin.c
0 → 100644
此差异已折叠。
src/math/fminf.c
0 → 100644
此差异已折叠。
src/math/fminl.c
0 → 100644
此差异已折叠。
src/math/fmod.c
0 → 100644
此差异已折叠。
src/math/fmodf.c
0 → 100644
此差异已折叠。
src/math/fmodl.c
0 → 100644
此差异已折叠。
src/math/hypot.c
0 → 100644
此差异已折叠。
src/math/hypotf.c
0 → 100644
此差异已折叠。
src/math/hypotl.c
0 → 100644
此差异已折叠。
src/math/i386/e_exp.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/e_expf.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/e_log.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/e_log10.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/e_log10f.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/e_logf.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/e_remainder.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_ceil.s
已删除
100644 → 0
src/math/i386/s_ceilf.s
已删除
100644 → 0
src/math/i386/s_fabs.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_fabsf.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_floor.s
已删除
100644 → 0
src/math/i386/s_floorf.s
已删除
100644 → 0
src/math/i386/s_ldexp.s
已删除
100644 → 0
src/math/i386/s_ldexpf.s
已删除
100644 → 0
src/math/i386/s_rint.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_rintf.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_scalbln.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_scalblnf.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_trunc.s
已删除
100644 → 0
此差异已折叠。
src/math/i386/s_truncf.s
已删除
100644 → 0
src/math/i386/sqrtl.s
0 → 100644
此差异已折叠。
src/math/ilogb.c
0 → 100644
此差异已折叠。
src/math/ilogbf.c
0 → 100644
此差异已折叠。
src/math/ilogbl.c
0 → 100644
此差异已折叠。
src/math/j0.c
0 → 100644
此差异已折叠。
src/math/j0f.c
0 → 100644
此差异已折叠。
src/math/j1.c
0 → 100644
此差异已折叠。
src/math/j1f.c
0 → 100644
此差异已折叠。
src/math/jn.c
0 → 100644
此差异已折叠。
src/math/jnf.c
0 → 100644
此差异已折叠。
src/math/k_cosf.c
已删除
100644 → 0
此差异已折叠。
src/math/k_rem_pio2.c
已删除
100644 → 0
此差异已折叠。
src/math/k_rem_pio2f.c
已删除
100644 → 0
此差异已折叠。
src/math/k_sinf.c
已删除
100644 → 0
此差异已折叠。
src/math/k_tan.c
已删除
100644 → 0
此差异已折叠。
src/math/k_tanf.c
已删除
100644 → 0
此差异已折叠。
src/math/ldexpl.c
0 → 100644
此差异已折叠。
src/math/lgamma.c
0 → 100644
此差异已折叠。
src/math/lgamma_r.c
0 → 100644
此差异已折叠。
src/math/lgammaf.c
0 → 100644
此差异已折叠。
src/math/lgammaf_r.c
0 → 100644
此差异已折叠。
src/math/lgammal.c
0 → 100644
此差异已折叠。
src/math/llrint.c
0 → 100644
此差异已折叠。
src/math/llrintf.c
0 → 100644
此差异已折叠。
src/math/llrintl.c
0 → 100644
此差异已折叠。
src/math/llround.c
0 → 100644
此差异已折叠。
src/math/llroundf.c
0 → 100644
此差异已折叠。
src/math/llroundl.c
0 → 100644
此差异已折叠。
src/math/log10.c
0 → 100644
此差异已折叠。
src/math/log10f.c
0 → 100644
此差异已折叠。
src/math/log10l.c
0 → 100644
此差异已折叠。
src/math/log1pf.c
0 → 100644
此差异已折叠。
src/math/log1pl.c
0 → 100644
此差异已折叠。
src/math/log2.c
0 → 100644
此差异已折叠。
src/math/log2f.c
0 → 100644
此差异已折叠。
src/math/log2l.c
0 → 100644
此差异已折叠。
src/math/logb.c
0 → 100644
此差异已折叠。
src/math/logbf.c
0 → 100644
此差异已折叠。
src/math/logbl.c
0 → 100644
此差异已折叠。
src/math/logf.c
0 → 100644
此差异已折叠。
src/math/logl.c
0 → 100644
此差异已折叠。
src/math/lrint.c
0 → 100644
此差异已折叠。
src/math/lrintf.c
0 → 100644
此差异已折叠。
src/math/lrintl.c
0 → 100644
此差异已折叠。
src/math/lround.c
0 → 100644
此差异已折叠。
src/math/lroundf.c
0 → 100644
此差异已折叠。
src/math/lroundl.c
0 → 100644
此差异已折叠。
src/math/math_private.h
已删除
100644 → 0
此差异已折叠。
src/math/modf.c
0 → 100644
此差异已折叠。
src/math/modff.c
0 → 100644
此差异已折叠。
src/math/modfl.c
0 → 100644
此差异已折叠。
src/math/nearbyint.c
0 → 100644
此差异已折叠。
src/math/nearbyintf.c
0 → 100644
此差异已折叠。
src/math/nearbyintl.c
0 → 100644
此差异已折叠。
src/math/nextafter.c
0 → 100644
此差异已折叠。
src/math/nextafterf.c
0 → 100644
此差异已折叠。
src/math/nextafterl.c
0 → 100644
此差异已折叠。
src/math/nexttoward.c
0 → 100644
此差异已折叠。
src/math/nexttowardf.c
0 → 100644
此差异已折叠。
src/math/nexttowardl.c
0 → 100644
此差异已折叠。
src/math/pow.c
0 → 100644
此差异已折叠。
src/math/powf.c
0 → 100644
此差异已折叠。
src/math/powl.c
0 → 100644
此差异已折叠。
src/math/remainder.c
0 → 100644
此差异已折叠。
src/math/remainderf.c
0 → 100644
此差异已折叠。
src/math/remainderl.c
0 → 100644
此差异已折叠。
src/math/remquo.c
0 → 100644
此差异已折叠。
src/math/remquof.c
0 → 100644
此差异已折叠。
src/math/remquol.c
0 → 100644
此差异已折叠。
src/math/rint.c
0 → 100644
此差异已折叠。
src/math/rintl.c
0 → 100644
此差异已折叠。
src/math/roundl.c
0 → 100644
此差异已折叠。
src/math/s_cbrt.c
已删除
100644 → 0
此差异已折叠。
src/math/s_cbrtf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_ceil.c
已删除
100644 → 0
此差异已折叠。
src/math/s_ceilf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_copysign.c
已删除
100644 → 0
此差异已折叠。
src/math/s_expm1f.c
已删除
100644 → 0
此差异已折叠。
src/math/s_floor.c
已删除
100644 → 0
此差异已折叠。
src/math/s_ilogb.c
已删除
100644 → 0
此差异已折叠。
src/math/s_llrint.c
已删除
100644 → 0
此差异已折叠。
src/math/s_log1pf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_logb.c
已删除
100644 → 0
此差异已折叠。
src/math/s_logbf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_lrint.c
已删除
100644 → 0
此差异已折叠。
src/math/s_lrintf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_modf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_modff.c
已删除
100644 → 0
此差异已折叠。
src/math/s_nextafter.c
已删除
100644 → 0
此差异已折叠。
src/math/s_nextafterf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_remquo.c
已删除
100644 → 0
此差异已折叠。
src/math/s_remquof.c
已删除
100644 → 0
此差异已折叠。
src/math/s_rint.c
已删除
100644 → 0
此差异已折叠。
src/math/s_scalblnf.c
已删除
100644 → 0
此差异已折叠。
src/math/s_tanhf.c
已删除
100644 → 0
此差异已折叠。
src/math/scalbln.c
0 → 100644
此差异已折叠。
src/math/scalblnf.c
0 → 100644
此差异已折叠。
src/math/scalblnl.c
0 → 100644
此差异已折叠。
src/math/scalbnl.c
0 → 100644
此差异已折叠。
src/math/signgam.c
0 → 100644
此差异已折叠。
src/math/sinf.c
0 → 100644
此差异已折叠。
src/math/sinhf.c
0 → 100644
此差异已折叠。
src/math/sinhl.c
0 → 100644
此差异已折叠。
src/math/sinl.c
0 → 100644
此差异已折叠。
src/math/sqrt.c
0 → 100644
此差异已折叠。
src/math/sqrtf.c
0 → 100644
此差异已折叠。
src/math/tanf.c
0 → 100644
此差异已折叠。
src/math/tanhl.c
0 → 100644
此差异已折叠。
src/math/tanl.c
0 → 100644
此差异已折叠。
src/math/tgammal.c
0 → 100644
此差异已折叠。
src/math/truncl.c
0 → 100644
此差异已折叠。
src/math/x86_64/sqrtl.s
0 → 100644
此差异已折叠。
想要评论请 注册 或 登录