| Commit message (Expand) | Author | Age | Files | Lines |
| * | msun: remove requirement to have C99 inline semantic | Konstantin Belousov | 3 days | 6 | -30/+0 |
| * | msun/arm: convert fenv functions to proper linkage | Konstantin Belousov | 3 days | 2 | -41/+150 |
| * | msun/powerpc: convert fenv functions to proper linkage | Konstantin Belousov | 3 days | 2 | -24/+110 |
| * | msun/riscv: convert fenv functions to proper linkage | Konstantin Belousov | 3 days | 2 | -25/+110 |
| * | msun/aarch64: convert fenv functions to proper linkage | Konstantin Belousov | 3 days | 2 | -23/+90 |
| * | msun/x86: convert rest of the extern inline fenv functions to proper linkage | Konstantin Belousov | 3 days | 3 | -19/+74 |
| * | fenv.h: stop declaring feclearexcept() extern inline | Konstantin Belousov | 7 days | 11 | -13/+58 |
| * | Remove all code under __SPE__ | Minsoo Choo | 2026-01-12 | 2 | -57/+0 |
| * | lib/msun/tests: xfail remaining failing tests on non-x86 archs | Siva Mahadevan | 2025-12-17 | 11 | -3/+69 |
| * | lib/msun/tests: xfail failing lrint_test cases on non-x86 archs | Siva Mahadevan | 2025-12-17 | 1 | -2/+5 |
| * | lib/msun/tests: xfail failing invtrig_test cases on non-x86 | Siva Mahadevan | 2025-12-17 | 1 | -7/+19 |
| * | lib/msun/tests: Add REQUIRE_ variants of test-utils macros | Siva Mahadevan | 2025-12-17 | 1 | -15/+30 |
| * | lib/msun/tests: Remove newlines in ATF msgs | Siva Mahadevan | 2025-12-17 | 1 | -1/+1 |
| * | lib/msun/tests: Replace remaining printf() with debug() | Siva Mahadevan | 2025-12-17 | 2 | -7/+7 |
| * | msun: document that {sin,cos,tan}pi(3) follow C23 | Robert Clausecker | 2025-11-17 | 3 | -23/+15 |
| * | msun: expose the C23 functions we already support in <math.h> | Robert Clausecker | 2025-11-17 | 1 | -1/+4 |
| * | libm: remainder: make sure x is zero | Ahmad Khalifa | 2025-10-11 | 1 | -2/+2 |
| * | lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0 | Steve Kargl | 2025-09-12 | 3 | -3/+12 |
| * | [libm] Avoid left shift of signed integer entities | Steve Kargl | 2025-08-14 | 4 | -17/+36 |
| * | [libm] Fix undefined behavior of a left shifted of a signed integer | Steve Kargl | 2025-08-12 | 4 | -44/+50 |
| * | Updates for ccosh[f] and csinh[f] | Steve Kargl | 2025-08-09 | 4 | -28/+54 |
| * | Remove unused variables in msun/bsdsrc/b_tgamma.c | Steve Kargl | 2025-08-09 | 1 | -1/+1 |
| * | fix build after _types.h changes | Brooks Davis | 2025-06-12 | 1 | -0/+1 |
| * | arm: fix build after _types.h changes | Brooks Davis | 2025-06-12 | 2 | -0/+2 |
| * | Don't rely on sys/_types.h including sys/cdefs.h | Brooks Davis | 2025-06-11 | 1 | -0/+1 |
| * | msun: fix cbrt iterations from Newton to Halley method | Clément Bœsch | 2025-05-05 | 3 | -5/+5 |
| * | manuals: Fix some .Bl -tag lists | Graham Percival | 2024-11-18 | 3 | -33/+18 |
| * | Update Makefile.depend files | Simon J. Gerraty | 2024-10-14 | 1 | -1/+0 |
| * | Improve accuracy of asinf(3) and acosf(3) | Steve Kargl | 2024-08-29 | 2 | -15/+27 |
| * | msun: Fix typo in comment | Steve Kargl | 2024-08-21 | 1 | -1/+1 |
| * | msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread... | Konstantin Belousov | 2024-08-07 | 1 | -3/+3 |
| * | msun/ld80/e_powl.c: add const qualifiers to the static immutable values | Konstantin Belousov | 2024-08-07 | 1 | -9/+9 |
| * | libm: fma: correct zero sign with small inputs | Steve Kargl | 2024-07-28 | 2 | -4/+4 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 7 | -7/+0 |
| * | libm: add parens to clarify expressions in fma, fmal | Ed Maste | 2024-07-15 | 2 | -6/+6 |
| * | libmsun: remove duplicates after cdefs.h added inline to __always_inline | Ryan Libby | 2024-06-25 | 6 | -6/+6 |
| * | erf.3: Add a STANDARDS section | Gordon Bergling | 2024-06-23 | 1 | -1/+12 |
| * | math.h: Remove support for old gcc versions | Warner Losh | 2024-06-21 | 1 | -6/+1 |
| * | lib: Remove __ARM_ARCH checks that are always true | Andrew Turner | 2024-06-12 | 1 | -5/+1 |
| * | Revert "libm: fma: correct zero sign with small inputs" | Ed Maste | 2024-06-12 | 2 | -6/+2 |
| * | msun: update Clang bug reference in fma test | Ed Maste | 2024-06-12 | 2 | -4/+4 |
| * | libm: fma: correct zero sign with small inputs | Ed Maste | 2024-06-08 | 2 | -2/+6 |
| * | pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UB | Karl Tomlinson | 2024-04-23 | 4 | -4/+12 |
| * | msun: Fix math error in comment explaining y reduction | Henri Chataing | 2024-04-12 | 2 | -2/+2 |
| * | math: Add long double constant definitions | Collin Funk | 2024-04-12 | 1 | -0/+16 |
| * | Now that D44168 has been merged to stable/14, update the manpage | Mark Murray | 2024-04-12 | 1 | -2/+2 |
| * | riscv: remove more riscv64sf support | Brooks Davis | 2024-03-21 | 3 | -37/+2 |
| * | msun/riscv: expose fe{disable,enable}except | Brooks Davis | 2024-03-21 | 2 | -10/+7 |
| * | lib/msun: Fix tgammal(3) on IEEE 128-bit platforms | Mark Murray | 2024-03-18 | 3 | -59/+15 |
| * | include/math.h: fix warning with -Wconversion | Martin Oliveira | 2024-02-03 | 1 | -3/+3 |