History log of /netbsd/sys/arch/arm/include/fenv.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 3e893bba 06-Oct-2021 skrll <skrll@NetBSD.org>

More trailing whitespace


# 8a2eeced 09-Apr-2017 christos <christos@NetBSD.org>

one typedef for fenv_t is enough.


# ce8aa0c8 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 ...


# b0e07faf 17-Mar-2015 joerg <joerg@NetBSD.org>

__BEGIN_DECLS and __END_DECLS only exist if sys/cdefs.h was included.


# a01541da 29-Jan-2014 matt <matt@NetBSD.org>

Add AAPCS64 fenv_t


# b8f60e30 23-Apr-2013 matt <matt@NetBSD.org>

Move C99 fenv definitions to this file.