aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: fix build after _types.h changesBrooks Davis2025-06-121-0/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* lib: Remove __ARM_ARCH checks that are always trueAndrew Turner2024-06-121-5/+1
* 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-165-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* libc: Simplify soft-float on 32-bit armWarner Losh2023-02-141-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-262-0/+4
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* libm: remove duplicate version script entriesEd Maste2016-11-291-5/+0
* Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-182-2/+4
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-2/+0
* Fix compilation when the armv6 world is being compiled without hw floatingIan Lepore2015-06-241-1/+1
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh2014-08-141-1/+3
* Only build the vfp/softfp switching code on armv6 as we don't support vfpAndrew Turner2014-03-161-1/+5
* Build fenv-vfp.c with the softfp float abi. Without this gcc generates anAndrew Turner2014-03-161-0/+3
* On armv6 access both the softfloat and, when available, the vfp to get andAndrew Turner2014-03-157-10/+391
* * Mark static inline functions with __fenv_static.Andrew Turner2014-01-251-7/+11
* Update the hard-float version of the fenv functions to use the VFP unit.Andrew Turner2013-10-271-36/+53
* Add a change I missed in r230367 (don't inline arm's fenv.h functions).David Schultz2012-01-201-1/+0
* Don't inline fenv.h functions on arm for now. Inlining makes sense:David Schultz2012-01-203-13/+31
* Add an implementation of fenv.h intended for platforms that lack an FPU andDavid Schultz2012-01-162-5/+20
* 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
* 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-9/+19
* Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-071-0/+3
* Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK toOlivier Houchard2005-01-241-0/+7
* Mark all inline asms that read the floating-point control or statusDavid Schultz2005-01-141-1/+1
* Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,Olivier Houchard2004-08-051-2/+7
* Add an fenv.h implementation for the arm port.David Schultz2004-06-062-0/+230