aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* [libm] implementation of rsqrt, rsqrtf, and rsqrtlSteve Kargl9 days8-5/+654
* man/math.3: mention fmaximum_mag_num, fminimum_mag_numRobert Clausecker2026-05-021-3/+5
* lib/msun: Replaced pattern to force exception in _num familiesJesús Blázquez2026-05-026-24/+60
* lib/msun: fmaximum_mag_num family. Tests and man pageJesús Blázquez2026-05-0212-19/+677
* lib/msun: Replace manual checks with isnan() callsJesús Blázquez2026-04-2229-72/+56
* msun/math.3: reference new functions f{max,min}imum{,_num,_mag}()Robert Clausecker2026-04-111-3/+9
* lib/msun: Added fmaximum_mag and fmaximum_num familiesJesús Blázquez2026-04-1123-11/+1169
* lib/msun: centralize addition of the arch-specific symbol map filesKonstantin Belousov2026-04-086-5/+1
* lib/msun/aarch64: provide export file for arch-specific fenv methodsKonstantin Belousov2026-04-083-5/+37
* fmax.3: Add caveat for going beyond C std requirementsEd Maste2026-04-061-5/+8
* lib/msun: Added fmaximum and fminimum family. Tests and man pageJesús Blázquez2026-04-0412-5/+680
* msun: remove requirement to have C99 inline semanticKonstantin Belousov2026-03-306-30/+0
* msun/arm: convert fenv functions to proper linkageKonstantin Belousov2026-03-302-41/+150
* msun/powerpc: convert fenv functions to proper linkageKonstantin Belousov2026-03-302-24/+110
* msun/riscv: convert fenv functions to proper linkageKonstantin Belousov2026-03-302-25/+110
* msun/aarch64: convert fenv functions to proper linkageKonstantin Belousov2026-03-302-23/+90
* msun/x86: convert rest of the extern inline fenv functions to proper linkageKonstantin Belousov2026-03-303-19/+74
* fenv.h: stop declaring feclearexcept() extern inlineKonstantin Belousov2026-03-2611-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