History log of /netbsd-src/lib/libm/arch/ia64/fenv.c (Results 1 – 3 of 3)
Revision Date Author Comments
# c853a494 23-Mar-2017 chs <chs@NetBSD.org>

expose the BSD/linux fenv extensions in libm on ia64 too.


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


# e3edf3b6 23-Feb-2017 scole <scole@NetBSD.org>

Add fenv for ia64, imported from FreeBSD, compile tested only.