aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat-specialize.h
AgeCommit message (Expand)Author
2011-01-14softfloat: SH4 has the sNaN bit setAurelien Jarno
2011-01-06target-ppc: Implement correct NaN propagation rulesAurelien Jarno
2011-01-06target-mips: Implement correct NaN propagation rulesAurelien Jarno
2011-01-06softfloat: use float{32,64,x80,128}_maybe_silence_nan()Aurelien Jarno
2011-01-06softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno
2011-01-06softfloat: fix float{32,64}_maybe_silence_nan() for MIPSAurelien Jarno
2011-01-06softfloat: rename *IsNaN variables to *IsQuietNaNAurelien Jarno
2011-01-06softfloat: remove HPPA specific codeAurelien Jarno
2011-01-02target-arm: Implement correct NaN propagation rulesPeter Maydell
2011-01-02softfloat: abstract out target-specific NaN propagation rulesPeter Maydell
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell
2009-12-13target-alpha: Enable softfloat.Richard Henderson
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir1
2008-12-19Implement default-NaN mode.pbrook
2008-11-04Fix ARM default NaN.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2007-12-25Assortment of soft-float fixes, by Aurelien Jarno.ths
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-16Fix NaN handling for MIPS and HPPA.ths
2007-05-11Fix softfloat NaN handling.ths
2006-10-28avoid using char when it is not necessarybellard
2005-03-13soft float supportbellard