Don't define a new enum. Just #define round_* to their FP_Rx instead.
Add __floatunsidf __floatunsisf __floatunsitf routines.XXX i think they are correct but not sure.
Fix softfloat for mips*el
fix my whitespace copypaste
Fix LE softfloat (mostly theoretical) and comment.from Alessandro Forin
Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With thischange, we should be fully conformant with the N32 and N64 ABIs.Add {fpclassify,infinity,isnan,ininf,signbit}l_ieee754.c
Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With thischange, we should be fully conformant with the N32 and N64 ABIs.Add {fpclassify,infinity,isnan,ininf,signbit}l_ieee754.c back to lib/libc/gen.Note that infinityl_ieee754.c will work with either 64-bit, 80-bit, or128-bit long doubles.
show more ...
Merge from matt-nb5-mips64.