| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lib/msun: Cleanup after $FreeBSD$ removal | Steve Kargl | 2024-01-28 | 1 | -2/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -4/+0 |
* | Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-20 | 1 | -1/+47 |
* | Revert r336497 for now, as it breaks on architectures using gcc, with: | Dimitry Andric | 2018-07-19 | 1 | -47/+1 |
* | Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-19 | 1 | -1/+47 |
* | Add a macro nan_mix() and use it to get NaN results that are (bitwise) | Bruce Evans | 2018-07-17 | 1 | -2/+2 |
* | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy | 2018-07-15 | 1 | -0/+616 |