aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/ld80/e_powl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-281-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-4/+0
* Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-201-1/+47
* Revert r336497 for now, as it breaks on architectures using gcc, with:Dimitry Andric2018-07-191-47/+1
* Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-191-1/+47
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-2/+2
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-151-0/+616