Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/gen/fixunstfsi_ieee754.c
RevisionDateAuthorComments
 1.3  05-Jan-2024  rin fixunstf[sd]i_ieee754: Explicitly include stddef.h for size_t

Fix build for mips{,n}64. Note that stddef.h has been implicitly
included via eabi.h for aarch64, on the other hand.
 1.2  05-Aug-2012  matt branches: 1.2.42;
If compiling for SOFTFLOAT, include "softfloat/softfloat-for-gcc.h" so we
can pick any redefinitions of the function (for ARM EABI).
 1.1  09-Jul-2011  matt branches: 1.1.2;
Add ieee754 versions of the compiler runtime functions
__fixuns{sf,df,tf}{si,di}.
Add an ieee754 version of the compiler runtime function __floatuntfdi
 1.1.2.1  30-Oct-2012  yamt sync with head
 1.2.42.1  15-Oct-2024  martin Additionally pull up following revision(s) (requested by rin in ticket #952):

lib/libc/gen/fixunstfdi_ieee754.c: revision 1.2
lib/libc/gen/fixunstfsi_ieee754.c: revision 1.3

fixunstf[sd]i_ieee754: Explicitly include stddef.h for size_t

Fix build for mips{,n}64. Note that stddef.h has been implicitly
included via eabi.h for aarch64, on the other hand.

RSS XML Feed