aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* msun: remove requirement to have C99 inline semanticKonstantin Belousov3 days6-30/+0
* msun/arm: convert fenv functions to proper linkageKonstantin Belousov3 days2-41/+150
* msun/powerpc: convert fenv functions to proper linkageKonstantin Belousov3 days2-24/+110
* msun/riscv: convert fenv functions to proper linkageKonstantin Belousov3 days2-25/+110
* msun/aarch64: convert fenv functions to proper linkageKonstantin Belousov3 days2-23/+90
* msun/x86: convert rest of the extern inline fenv functions to proper linkageKonstantin Belousov3 days3-19/+74
* fenv.h: stop declaring feclearexcept() extern inlineKonstantin Belousov7 days11-13/+58
* Remove all code under __SPE__Minsoo Choo2026-01-122-57/+0
* lib/msun/tests: xfail remaining failing tests on non-x86 archsSiva Mahadevan2025-12-1711-3/+69
* lib/msun/tests: xfail failing lrint_test cases on non-x86 archsSiva Mahadevan2025-12-171-2/+5
* lib/msun/tests: xfail failing invtrig_test cases on non-x86Siva Mahadevan2025-12-171-7/+19
* lib/msun/tests: Add REQUIRE_ variants of test-utils macrosSiva Mahadevan2025-12-171-15/+30
* lib/msun/tests: Remove newlines in ATF msgsSiva Mahadevan2025-12-171-1/+1
* lib/msun/tests: Replace remaining printf() with debug()Siva Mahadevan2025-12-172-7/+7
* msun: document that {sin,cos,tan}pi(3) follow C23Robert Clausecker2025-11-173-23/+15
* msun: expose the C23 functions we already support in <math.h>Robert Clausecker2025-11-171-1/+4
* libm: remainder: make sure x is zeroAhmad Khalifa2025-10-111-2/+2
* lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0Steve Kargl2025-09-123-3/+12
* [libm] Avoid left shift of signed integer entitiesSteve Kargl2025-08-144-17/+36
* [libm] Fix undefined behavior of a left shifted of a signed integerSteve Kargl2025-08-124-44/+50
* Updates for ccosh[f] and csinh[f]Steve Kargl2025-08-094-28/+54
* Remove unused variables in msun/bsdsrc/b_tgamma.cSteve Kargl2025-08-091-1/+1
* fix build after _types.h changesBrooks Davis2025-06-121-0/+1
* arm: fix build after _types.h changesBrooks Davis2025-06-122-0/+2
* Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis2025-06-111-0/+1
* msun: fix cbrt iterations from Newton to Halley methodClément Bœsch2025-05-053-5/+5
* manuals: Fix some .Bl -tag listsGraham Percival2024-11-183-33/+18
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-1/+0
* Improve accuracy of asinf(3) and acosf(3)Steve Kargl2024-08-292-15/+27
* msun: Fix typo in commentSteve Kargl2024-08-211-1/+1
* msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread...Konstantin Belousov2024-08-071-3/+3
* msun/ld80/e_powl.c: add const qualifiers to the static immutable valuesKonstantin Belousov2024-08-071-9/+9
* libm: fma: correct zero sign with small inputsSteve Kargl2024-07-282-4/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-157-7/+0
* libm: add parens to clarify expressions in fma, fmalEd Maste2024-07-152-6/+6
* libmsun: remove duplicates after cdefs.h added inline to __always_inlineRyan Libby2024-06-256-6/+6
* erf.3: Add a STANDARDS sectionGordon Bergling2024-06-231-1/+12
* math.h: Remove support for old gcc versionsWarner Losh2024-06-211-6/+1
* lib: Remove __ARM_ARCH checks that are always trueAndrew Turner2024-06-121-5/+1
* Revert "libm: fma: correct zero sign with small inputs"Ed Maste2024-06-122-6/+2
* msun: update Clang bug reference in fma testEd Maste2024-06-122-4/+4
* libm: fma: correct zero sign with small inputsEd Maste2024-06-082-2/+6
* pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UBKarl Tomlinson2024-04-234-4/+12
* msun: Fix math error in comment explaining y reductionHenri Chataing2024-04-122-2/+2
* math: Add long double constant definitionsCollin Funk2024-04-121-0/+16
* Now that D44168 has been merged to stable/14, update the manpageMark Murray2024-04-121-2/+2
* riscv: remove more riscv64sf supportBrooks Davis2024-03-213-37/+2
* msun/riscv: expose fe{disable,enable}exceptBrooks Davis2024-03-212-10/+7
* lib/msun: Fix tgammal(3) on IEEE 128-bit platformsMark Murray2024-03-183-59/+15
* include/math.h: fix warning with -WconversionMartin Oliveira2024-02-031-3/+3