aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19softfloat: Implement fused multiply-addPeter Maydell1-0/+427
2011-10-01softfloat: Reinstate accidentally disabled target-specific NaN handlingPeter Maydell1-0/+5
2011-09-03softfloat: Use uint32 consistentlyAndreas Färber1-10/+10
2011-09-03softfloat: Use uint16 consistentlyAndreas Färber1-4/+4
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno1-62/+0
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell1-7/+34
2011-04-25softfloat: fix float*_scalnb() corner casesAurelien Jarno1-5/+42
2011-04-25softfloat: add floatx80_compare*() functionsAurelien Jarno1-0/+46
2011-04-17softfloat: improve description of comparison functionsAurelien Jarno1-37/+48
2011-04-17softfloat: move float*_eq and float*_eq_quietAurelien Jarno1-51/+50
2011-04-17softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno1-4/+4
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-4/+4
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno1-0/+167
2011-04-03softfloat: Add float*_min() and float*_max() functionsPeter Maydell1-0/+49
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber1-292/+292
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber1-0/+5
2011-02-10softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell1-15/+15
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell1-3/+1
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell1-11/+17
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon1-12/+12
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell1-8/+36
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell1-2/+102
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell1-0/+136
2010-07-13softfloat: add float32_exp2()Aurelien Jarno1-0/+79
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl1-8/+4
2009-11-19ARM FP16 supportPaul Brook1-0/+138
2009-02-05soft-float: add float32_log2() and float64_log2()aurel321-0/+93
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook1-3/+18
2008-12-19Correctly normalize values and handle zero inputs to scalbn functions.pbrook1-8/+29
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2007-11-25 128-bit float support for user modeblueswir11-0/+44
2007-11-21 Fix more typos in softloat code (Eduardo Felipe)blueswir11-1/+1
2007-11-21Fix typo in softfloat code.pbrook1-6/+6
2007-11-18Add strict checking mode for softfp code.pbrook1-66/+109
2007-11-11ARMv7 support.pbrook1-0/+75
2007-03-20Ooops... Typo.j_mayer1-1/+1
2007-03-20Add missing softfloat helpers.j_mayer1-0/+48
2006-10-28avoid using char when it is not necessarybellard1-27/+27
2006-10-22ColdFire target.pbrook1-0/+11
2005-03-13added abs, chs and compare functionsbellard1-0/+135
2005-03-13soft float supportbellard1-0/+5185