History log of /netbsd-src/lib/libm/arch/arm/fenv.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 0dcaa378 08-May-2017 martin <martin@NetBSD.org>

Complete the namespace dance


# 9bce3244 08-May-2017 martin <martin@NetBSD.org>

Add missing namespace.h include


# 7e30e943 22-Mar-2017 chs <chs@NetBSD.org>

provide a common softfloat fenv implemenation and use it for softfloat builds.
restore ABI compatibility with previous releases for ieeefp.h on sh3.
add namespace.h protection for all the fenv interf

provide a common softfloat fenv implemenation and use it for softfloat builds.
restore ABI compatibility with previous releases for ieeefp.h on sh3.
add namespace.h protection for all the fenv interfaces.
use MKSOFTFLOAT on sh3 instead of assuming softfloat.
standardize on comparing MKSOFTFLOAT with "no".
remove the arm-specific softfloat fenv code (which also had several bugs).
fix logic errors in the arm hardfloat feraiseexcept() and feupdateenv().

show more ...


# f5c779f5 29-Dec-2014 martin <martin@NetBSD.org>

Fix exception status vs mask confusion, of course feenableexcept(),
fedisableexcept() and fegetexcept() all operate on the mask.


# 06e406a9 28-Dec-2014 martin <martin@NetBSD.org>

Add missing return in __SOFTFP__ variant, pointed out by htodd.


# b137db75 27-Dec-2014 martin <martin@NetBSD.org>

Add our common non standard extensions and fix typo (FE_EXCEPT_ALL ->
FE_ALL_EXCEPT).


# 8f0edf9e 01-May-2013 matt <matt@NetBSD.org>

Fix feclearexcept return value (should be 0).


# 194fd467 30-Apr-2013 matt <matt@NetBSD.org>

Make this compile for earmhf


# bc08020c 28-Apr-2013 matt <matt@NetBSD.org>

Add a C99 <fenv.h> implementation for arm.