summaryrefslogtreecommitdiff
path: root/lib/msun/arm
AgeCommit message (Expand)Author
2025-06-12arm: fix build after _types.h changesBrooks Davis
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-12lib: Remove __ARM_ARCH checks that are always trueAndrew Turner
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14libc: Simplify soft-float on 32-bit armWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-05Support armv7 builds for userlandWarner Losh
2016-11-29libm: remove duplicate version script entriesEd Maste
2016-05-18Make armv6 hard float abi by default. Kill armv6hf.Warner Losh
2016-03-26Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery
2015-06-24Fix compilation when the armv6 world is being compiled without hw floatingIan Lepore
2014-08-14From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh
2014-03-16Only build the vfp/softfp switching code on armv6 as we don't support vfpAndrew Turner
2014-03-16Build fenv-vfp.c with the softfp float abi. Without this gcc generates anAndrew Turner
2014-03-15On armv6 access both the softfloat and, when available, the vfp to get andAndrew Turner
2014-01-25 * Mark static inline functions with __fenv_static.Andrew Turner
2013-10-27Update the hard-float version of the fenv functions to use the VFP unit.Andrew Turner
2012-01-20Add a change I missed in r230367 (don't inline arm's fenv.h functions).David Schultz
2012-01-20Don't inline fenv.h functions on arm for now. Inlining makes sense:David Schultz
2012-01-16Add an implementation of fenv.h intended for platforms that lack an FPU andDavid Schultz
2011-10-16Use #include "fenv.h" instead of #include <fenv.h>. This makes itDavid Schultz
2011-10-10Provide external definitions of all of the standardized functions inDavid Schultz
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-27Add symbol versioning to libm.Daniel Eischen
2005-03-16Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz
2005-03-07Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz
2005-01-24Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK toOlivier Houchard
2005-01-14Mark all inline asms that read the floating-point control or statusDavid Schultz
2004-08-05Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,Olivier Houchard
2004-06-06Add an fenv.h implementation for the arm port.David Schultz