History log of /netbsd-src/include/fenv.h (Results 1 – 25 of 26)
Revision Date Author Comments
# 395ebe60 09-Apr-2017 christos <christos@NetBSD.org>

fexcept_t + fenv_t should be handled the same way for softfloat


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


# 40cfe4c8 25-Aug-2016 christos <christos@NetBSD.org>

add sh


# 6aac56be 23-Aug-2016 christos <christos@NetBSD.org>

add alpha


# eae3ba39 29-Dec-2015 christos <christos@NetBSD.org>

fix inverted condition...


# f8bb018f 28-Dec-2015 martin <martin@NetBSD.org>

Add missing eol-escape


# 9c19c47e 27-Dec-2015 christos <christos@NetBSD.org>

We need at least 68010 or coldfire for fenv.


# 176b7bf2 24-Dec-2015 christos <christos@NetBSD.org>

add m68k, default types.


# 9700ed8d 24-Dec-2015 christos <christos@NetBSD.org>

rearrange...


# fc70f27d 22-Dec-2015 christos <christos@NetBSD.org>

Add __HAVE_FENV


# 8dd36ea9 21-Dec-2015 christos <christos@NetBSD.org>

Add fenv.h for mips


# 57b499ef 20-Dec-2015 christos <christos@NetBSD.org>

Powerpc now has fenv.h


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

fenv(3) support for hppa


# bf1be859 19-Sep-2014 matt <matt@NetBSD.org>

RISC-V support <fenv.h>


# 65b2ebd6 03-Sep-2014 matt <matt@NetBSD.org>

or1k support <fenv.h>


# 547b3a3b 10-Aug-2014 matt <matt@NetBSD.org>

Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only. While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.


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

Enable fenv support for arm.


# 89a508fb 27-Apr-2013 joerg <joerg@NetBSD.org>

Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.
Some are redundant, but make verification with grep much easier.


# 975bbee6 22-Mar-2012 dholland <dholland@NetBSD.org>

typo in comment


# 88e42b60 20-May-2011 nakayama <nakayama@NetBSD.org>

Add fenv support for sparc. Mostly copied from sparc64 and share with it.


# 3f0fc12d 16-May-2011 martin <martin@NetBSD.org>

Actually test for sparc v9 architecture, doesn't matter if we are building
32bit or 64bit (fixes 32bit compat library build on sparc64 - yes, they
differ from native sparc libs!)


# 1fd8e261 16-May-2011 he <he@NetBSD.org>

The support of <fenv.h> is actually for __sparc64__, not for __sparc__
(which is also defined on sparc64). This fixes a build problem for
plain sparc.


# 17b8402a 31-Jan-2011 christos <christos@NetBSD.org>

fenv support for sparc64 from Stathis Kamperis


# 162d6d7d 02-Aug-2010 joerg <joerg@NetBSD.org>

Missing defined.


12