summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat-specialize.h
Commit message (Expand)AuthorAgeFilesLines
...
* softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2011-02-101-4/+25
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-0/+63
* softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno2011-01-201-4/+8
* softfloat: fix default-NaN modeAurelien Jarno2011-01-141-18/+18
* softfloat: SH4 has the sNaN bit setAurelien Jarno2011-01-141-5/+5
* target-ppc: Implement correct NaN propagation rulesAurelien Jarno2011-01-061-2/+17
* target-mips: Implement correct NaN propagation rulesAurelien Jarno2011-01-061-0/+27
* softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-061-43/+16Star
* softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno2011-01-061-0/+46
* softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno2011-01-061-6/+14
* softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno2011-01-061-16/+20
* softfloat: remove HPPA specific codeAurelien Jarno2011-01-061-5/+1Star
* target-arm: Implement correct NaN propagation rulesPeter Maydell2011-01-021-0/+23
* softfloat: abstract out target-specific NaN propagation rulesPeter Maydell2011-01-021-60/+100
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-12/+12
* softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell2010-12-071-0/+38
* target-alpha: Enable softfloat.Richard Henderson2009-12-131-2/+2
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-071-4/+4
* Implement default-NaN mode.pbrook2008-12-191-0/+18
* Fix ARM default NaN.pbrook2008-11-041-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-6/+0Star
* Assortment of soft-float fixes, by Aurelien Jarno.ths2007-12-261-11/+35
* Add strict checking mode for softfp code.pbrook2007-11-181-35/+60
* Fix NaN handling for MIPS and HPPA.ths2007-11-161-40/+68
* Fix softfloat NaN handling.ths2007-05-111-10/+38
* avoid using char when it is not necessarybellard2006-10-281-8/+8
* soft float supportbellard2005-03-131-0/+464