summaryrefslogtreecommitdiff
path: root/lib/msun
AgeCommit message (Expand)Author
7 daysRemove all code under __SPE__Minsoo Choo
2025-12-17lib/msun/tests: xfail remaining failing tests on non-x86 archsSiva Mahadevan
2025-12-17lib/msun/tests: xfail failing lrint_test cases on non-x86 archsSiva Mahadevan
2025-12-17lib/msun/tests: xfail failing invtrig_test cases on non-x86Siva Mahadevan
2025-12-17lib/msun/tests: Add REQUIRE_ variants of test-utils macrosSiva Mahadevan
2025-12-17lib/msun/tests: Remove newlines in ATF msgsSiva Mahadevan
2025-12-17lib/msun/tests: Replace remaining printf() with debug()Siva Mahadevan
2025-11-17msun: document that {sin,cos,tan}pi(3) follow C23Robert Clausecker
2025-11-17msun: expose the C23 functions we already support in <math.h>Robert Clausecker
2025-10-11libm: remainder: make sure x is zeroAhmad Khalifa
2025-09-12lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0Steve Kargl
2025-08-14[libm] Avoid left shift of signed integer entitiesSteve Kargl
2025-08-12[libm] Fix undefined behavior of a left shifted of a signed integerSteve Kargl
2025-08-09Updates for ccosh[f] and csinh[f]Steve Kargl
2025-08-09Remove unused variables in msun/bsdsrc/b_tgamma.cSteve Kargl
2025-06-12fix build after _types.h changesBrooks Davis
2025-06-12arm: fix build after _types.h changesBrooks Davis
2025-06-11Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis
2025-05-04msun: fix cbrt iterations from Newton to Halley methodClément Bœsch
2024-11-18manuals: Fix some .Bl -tag listsGraham Percival
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-08-29Improve accuracy of asinf(3) and acosf(3)Steve Kargl
2024-08-21msun: Fix typo in commentSteve Kargl
2024-08-07msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread...Konstantin Belousov
2024-08-07msun/ld80/e_powl.c: add const qualifiers to the static immutable valuesKonstantin Belousov
2024-07-28libm: fma: correct zero sign with small inputsSteve Kargl
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-15libm: add parens to clarify expressions in fma, fmalEd Maste
2024-06-25libmsun: remove duplicates after cdefs.h added inline to __always_inlineRyan Libby
2024-06-23erf.3: Add a STANDARDS sectionGordon Bergling
2024-06-20math.h: Remove support for old gcc versionsWarner Losh
2024-06-12lib: Remove __ARM_ARCH checks that are always trueAndrew Turner
2024-06-11Revert "libm: fma: correct zero sign with small inputs"Ed Maste
2024-06-11msun: update Clang bug reference in fma testEd Maste
2024-06-08libm: fma: correct zero sign with small inputsEd Maste
2024-04-23pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UBKarl Tomlinson
2024-04-12msun: Fix math error in comment explaining y reductionHenri Chataing
2024-04-12math: Add long double constant definitionsCollin Funk
2024-04-12Now that D44168 has been merged to stable/14, update the manpageMark Murray
2024-03-21riscv: remove more riscv64sf supportBrooks Davis
2024-03-21msun/riscv: expose fe{disable,enable}exceptBrooks Davis
2024-03-18lib/msun: Fix tgammal(3) on IEEE 128-bit platformsMark Murray
2024-02-02include/math.h: fix warning with -WconversionMartin Oliveira
2024-01-28lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl
2024-01-27msun: remove fabs from Symbol.map, and adjust commentDimitry Andric
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-26dirdeps: Update/fix Makefile.depend* for toolchainKa Ho Ng
2023-11-19math: Move to const instead of __constWarner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin