aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* libm: Add feenableexcept and fedisableexcept to library on powerpcJustin Hibbits2022-05-143-4/+10
* Set default SPE FP environmentJustin Hibbits2021-05-301-0/+4
* msun fixes for SPEJustin Hibbits2021-05-062-1/+48
* [POWERPC] msun: fix incorrect flag in fesetexceptflagAlfredo Dal'Ava Junior2020-11-171-1/+1
* [PowerPC] Fix feholdexcept() on powerpc referencing the wrong struct memberBrandon Bergren2020-02-021-1/+1
* [PowerPC] Fix SPE floating point environment manipulationBrandon Bergren2019-12-121-26/+31
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-262-0/+4
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-0/+5
* Make FPSCR definition endian clean.Nathan Whitehorn2016-02-261-0/+5
* Use #include "fenv.h" instead of #include <fenv.h>. This makes itDavid Schultz2011-10-161-1/+1
* Provide external definitions of all of the standardized functions inDavid Schultz2011-10-103-14/+45
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski2008-02-241-0/+5
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* Add symbol versioning to libm.Daniel Eischen2006-03-272-0/+4
* Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz2005-03-161-5/+17
* Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-071-0/+3
* Mark all inline asms that read the floating-point control or statusDavid Schultz2005-01-141-1/+1
* Add an fenv.h implementation for the powerpc port.David Schultz2004-06-062-0/+282