aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat-native.h
AgeCommit message (Expand)Author
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-02-06arm host: fix compiler warningStefan Weil
2009-12-13Silence softfloat warnings on OpenSolarisAndreas Färber
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-04-13Fix OpenSolaris softfloat warningsblueswir1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir1
2008-12-20softfloat-native: fix type of float_rounding_modeaurel32
2008-12-15softfloat-native: improve correctness of floatXX_is_neg()aurel32
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel32
2008-12-15softfloat-native: fix *nan()aurel32
2008-12-13softfloat-native: add float32_is_nan()aurel32
2008-11-22Add native softfloat fpu functions (Christoph Egger)blueswir1
2008-08-24Fix math warnings on OpenBSD -currentblueswir1
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2007-11-11ARMv7 support.pbrook
2007-04-22Check that HOST_SOLARIS is defined before relying on its value.ths
2007-04-17Updated Solaris isinf support, by Juergen Keil and Ben Taylor.ths
2007-03-20Add missing softfloat helpers.j_mayer
2006-10-28avoid using char when it is not necessarybellard
2006-10-22ColdFire target.pbrook
2006-05-01Solaris port (Ben Taylor)bellard
2006-04-28Fix typo in BSD FP rounding mode names.pbrook
2006-04-26Remove missing include.pbrook
2006-04-25Solaris port (Ben Taylor)bellard
2005-03-20more native FPU comparison functions - native FPU remainderbellard
2005-03-13soft float supportbellard