aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM FP16 supportPaul Brook2009-11-191-0/+6
* rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2009-07-271-1/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-1/+1
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-1/+1
* Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir12009-03-081-1/+1
* soft-float: add float32_log2() and float64_log2()aurel322009-02-051-0/+2
* softfloat: add a 1.0 constant for float32 and float64aurel322009-02-041-0/+2
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-191-0/+5
* Implement default-NaN mode.pbrook2008-12-191-0/+5
* fp: fix float32_is_infinity()aurel322008-12-181-1/+1
* fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322008-12-151-0/+60
* Preliminary AIX supportmalc2008-11-181-0/+2
* 128-bit float support for user modeblueswir12007-11-251-0/+2
* Add strict checking mode for softfp code.pbrook2007-11-181-4/+31
* ARMv7 support.pbrook2007-11-111-0/+4
* Add proper float*_is_nan prototypes.ths2007-05-311-1/+4
* Solaris 9/x86 support, by Ben Taylor.ths2007-04-011-0/+4
* Add missing softfloat helpers.j_mayer2007-03-201-0/+4
* avoid using char when it is not necessarybellard2006-10-281-34/+34
* ColdFire target.pbrook2006-10-221-0/+2
* Solaris port (Ben Taylor)bellard2006-04-251-1/+1
* added abs, chs and compare functionsbellard2005-03-131-0/+69
* soft float supportbellard2005-03-131-0/+329