Raymond Toy pushed to branch master at cmucl / cmucl Commits: d09876ca by Raymond Toy at 2026-02-24T16:05:24-08:00 Address #435: Add single-float core-math routines - - - - - c430d75d by Raymond Toy at 2026-02-24T16:05:24-08:00 Merge branch 'issue-435-add-core-math-code-only' into 'master' Address #435: Add single-float core-math routines See merge request cmucl/cmucl!354 - - - - - 26 changed files: - + src/lisp/core-math/src/binary32/acos/acosf.c - + src/lisp/core-math/src/binary32/acosh/acoshf.c - + src/lisp/core-math/src/binary32/asin/asinf.c - + src/lisp/core-math/src/binary32/asinh/asinhf.c - + src/lisp/core-math/src/binary32/atan/atanf.c - + src/lisp/core-math/src/binary32/atan2/atan2f.c - + src/lisp/core-math/src/binary32/atanh/atanhf.c - + src/lisp/core-math/src/binary32/cos/cosf.c - + src/lisp/core-math/src/binary32/cosh/coshf.c - + src/lisp/core-math/src/binary32/exp/expf.c - + src/lisp/core-math/src/binary32/exp2m1/Makefile - + src/lisp/core-math/src/binary32/exp2m1/check_special.c - + src/lisp/core-math/src/binary32/exp2m1/exp2m1f.c - + src/lisp/core-math/src/binary32/exp2m1/exp2m1f.wc - + src/lisp/core-math/src/binary32/exp2m1/exp2m1f_mpfr.c - + src/lisp/core-math/src/binary32/expm1/expm1f.c - + src/lisp/core-math/src/binary32/hypot/hypotf.c - + src/lisp/core-math/src/binary32/log/logf.c - + src/lisp/core-math/src/binary32/log10/log10f.c - + src/lisp/core-math/src/binary32/log2/log2f.c - + src/lisp/core-math/src/binary32/pow/powf.c - + src/lisp/core-math/src/binary32/sin/sinf.c - + src/lisp/core-math/src/binary32/sincos/sincosf.c - + src/lisp/core-math/src/binary32/sinh/sinhf.c - + src/lisp/core-math/src/binary32/tan/tanf.c - + src/lisp/core-math/src/binary32/tanh/tanhf.c The diff was not included because it is too large. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/3434a96310bce31753072e7... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/3434a96310bce31753072e7... You're receiving this email because of your account on gitlab.common-lisp.net.