summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-2/+4
* rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-4/+5
* Fix OpenSolaris softfloat warningsblueswir12009-04-131-1/+1
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-2/+2
* softfloat-native: fix type of float_rounding_modeaurel322008-12-201-2/+2
* softfloat-native: improve correctness of floatXX_is_neg()aurel322008-12-151-3/+9
* fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322008-12-151-0/+45
* softfloat-native: fix *nan()aurel322008-12-151-0/+1
* softfloat-native: add float32_is_nan()aurel322008-12-131-0/+1
* Add native softfloat fpu functions (Christoph Egger)blueswir12008-11-221-2/+20
* Fix math warnings on OpenBSD -currentblueswir12008-08-241-1/+6
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-1/+11
* ARMv7 support.pbrook2007-11-111-0/+16
* Check that HOST_SOLARIS is defined before relying on its value.ths2007-04-221-1/+1
* Updated Solaris isinf support, by Juergen Keil and Ben Taylor.ths2007-04-171-0/+23
* Add missing softfloat helpers.j_mayer2007-03-201-0/+10
* avoid using char when it is not necessarybellard2006-10-281-31/+31
* ColdFire target.pbrook2006-10-221-0/+2
* Solaris port (Ben Taylor)bellard2006-05-011-3/+28
* Fix typo in BSD FP rounding mode names.pbrook2006-04-281-3/+3
* Remove missing include.pbrook2006-04-261-1/+0
* Solaris port (Ben Taylor)bellard2006-04-251-0/+3
* more native FPU comparison functions - native FPU remainderbellard2005-03-201-4/+24
* soft float supportbellard2005-03-131-0/+312