aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat-specialize.h
AgeCommit message (Expand)Author
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar
2016-06-24softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()Aleksandar Markovic
2016-06-24softfloat: For Mips only, correct default NaN valuesAleksandar Markovic
2016-06-24softfloat: Clean code format in fpu/softfloat-specialize.hAleksandar Markovic
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-03-23target-tricore: Add FPU infrastructureBastian Koppelmann
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell
2015-06-05target-s390x: define default NaN valuesAurelien Jarno
2015-02-06softfloat: expand out STATUS macroPeter Maydell
2015-02-06softfloat: expand out STATUS_VARPeter Maydell
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell
2015-01-29softfloat: Clarify license statusPeter Maydell
2015-01-29softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell
2015-01-29softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell
2012-10-31softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno
2012-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov
2012-03-17softfloat: fix for C99Avi Kivity
2011-10-19softfloat: Implement fused multiply-addPeter Maydell
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno
2011-04-25softfloat: fix floatx80 handling of NaNAurelien Jarno
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell
2011-01-20softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno
2011-01-14softfloat: fix default-NaN modeAurelien Jarno
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