History log of /netbsd-src/lib/libc/arch/i386/gen/infinityl.c (Results 1 – 4 of 4)
Revision Date Author Comments
# a4fc3a05 06-Jun-2011 drochner <drochner@NetBSD.org>

make sure the infinity returned by HUGE_VALL has the "implicit"
bit set, otherwise it is invalid
This code is unlikely to be hit because gcc (and clang) use
their builtins for these special values.


# 962e9ad6 06-Apr-2011 christos <christos@NetBSD.org>

fix long double infinity.


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 9f3dbee2 25-Oct-2003 kleink <kleink@NetBSD.org>

Add __infinityf and __infinityl, float respectively long double analogs
of __infinity.