aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat-native.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-3/+3
2010-02-06arm host: fix compiler warningStefan Weil1-7/+0
2009-12-13Silence softfloat warnings on OpenSolarisAndreas Färber1-1/+1
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-2/+4
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela1-1/+1
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-2/+2
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-4/+5
2009-04-13Fix OpenSolaris softfloat warningsblueswir11-1/+1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-2/+2
2008-12-20softfloat-native: fix type of float_rounding_modeaurel321-2/+2
2008-12-15softfloat-native: improve correctness of floatXX_is_neg()aurel321-3/+9
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel321-0/+45
2008-12-15softfloat-native: fix *nan()aurel321-0/+1
2008-12-13softfloat-native: add float32_is_nan()aurel321-0/+1
2008-11-22Add native softfloat fpu functions (Christoph Egger)blueswir11-2/+20
2008-08-24Fix math warnings on OpenBSD -currentblueswir11-1/+6
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-1/+11
2007-11-11ARMv7 support.pbrook1-0/+16
2007-04-22Check that HOST_SOLARIS is defined before relying on its value.ths1-1/+1
2007-04-17Updated Solaris isinf support, by Juergen Keil and Ben Taylor.ths1-0/+23
2007-03-20Add missing softfloat helpers.j_mayer1-0/+10
2006-10-28avoid using char when it is not necessarybellard1-31/+31
2006-10-22ColdFire target.pbrook1-0/+2
2006-05-01Solaris port (Ben Taylor)bellard1-3/+28
2006-04-28Fix typo in BSD FP rounding mode names.pbrook1-3/+3
2006-04-26Remove missing include.pbrook1-1/+0
2006-04-25Solaris port (Ben Taylor)bellard1-0/+3
2005-03-20more native FPU comparison functions - native FPU remainderbellard1-4/+24
2005-03-13soft float supportbellard1-0/+312