History log of /netbsd-src/lib/libc/softfloat/bits32/softfloat-macros (Results 1 – 2 of 2)
Revision Date Author Comments
# d52f6f4b 17-Feb-2009 lukem <lukem@NetBSD.org>

fix -Wsign-compare issue (seen on arm), using similar technique
to ../bits64/softfloat-macros


# 936b7f4c 21-May-2002 bjh21 <bjh21@NetBSD.org>

Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit
version into different directories. Which version a given port uses is
controlled by the SOFTFLOAT_BITS make variable. This

Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit
version into different directories. Which version a given port uses is
controlled by the SOFTFLOAT_BITS make variable. This is set to 64 (which
uses the same code we had before) by default. 32-bit platforms that don't
need extended precision support might get better performance by using 32.

Set the ARM port to use the 32-bit version of SoftFloat, since this is more
than a factor of two faster than the 64-bit version. This should get the
floating-point performance back to what it was in 1.5.

show more ...