aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)Author
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno
2011-04-03softfloat: Add float*_min() and float*_max() functionsPeter Maydell
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-10softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell
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-06softfloat: Implement flushing input denormals to zeroPeter Maydell
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell
2010-07-13softfloat: add float32_exp2()Aurelien Jarno
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl
2009-11-19ARM FP16 supportPaul Brook
2009-02-05soft-float: add float32_log2() and float64_log2()aurel32
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook
2008-12-19Correctly normalize values and handle zero inputs to scalbn functions.pbrook
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2007-11-25 128-bit float support for user modeblueswir1
2007-11-21 Fix more typos in softloat code (Eduardo Felipe)blueswir1
2007-11-21Fix typo in softfloat code.pbrook
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-11ARMv7 support.pbrook
2007-03-20Ooops... Typo.j_mayer
2007-03-20Add missing softfloat helpers.j_mayer
2006-10-28avoid using char when it is not necessarybellard
2006-10-22ColdFire target.pbrook
2005-03-13added abs, chs and compare functionsbellard
2005-03-13soft float supportbellard