summaryrefslogtreecommitdiff
path: root/lib/msun
AgeCommit message (Expand)Author
8 daysmsun/math.3: reference new functions f{max,min}imum{,_num,_mag}()Robert Clausecker
8 dayslib/msun: Added fmaximum_mag and fmaximum_num familiesJesús Blázquez
11 dayslib/msun: centralize addition of the arch-specific symbol map filesKonstantin Belousov
11 dayslib/msun/aarch64: provide export file for arch-specific fenv methodsKonstantin Belousov
13 daysfmax.3: Add caveat for going beyond C std requirementsEd Maste
2026-04-04lib/msun: Added fmaximum and fminimum family. Tests and man pageJesús Blázquez
2026-03-30msun: remove requirement to have C99 inline semanticKonstantin Belousov
2026-03-30msun/arm: convert fenv functions to proper linkageKonstantin Belousov
2026-03-30msun/powerpc: convert fenv functions to proper linkageKonstantin Belousov
2026-03-30msun/riscv: convert fenv functions to proper linkageKonstantin Belousov
2026-03-30msun/aarch64: convert fenv functions to proper linkageKonstantin Belousov
2026-03-30msun/x86: convert rest of the extern inline fenv functions to proper linkageKonstantin Belousov
2026-03-27fenv.h: stop declaring feclearexcept() extern inlineKonstantin Belousov
2026-01-12Remove 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