aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)Author
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell
2012-04-28softfloat: Replace int16 type with int_fast16_tAndreas Färber
2012-04-28softfloat: Replace uint16 type with uint_fast16_tAndreas Färber
2012-04-28softfloat: Fix mixups of int and int16Andreas Färber
2012-04-21softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compileJuan Quintela
2012-04-07softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell
2012-04-07softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell
2011-10-19softfloat: Implement fused multiply-addPeter Maydell
2011-10-01softfloat: Reinstate accidentally disabled target-specific NaN handlingPeter Maydell
2011-09-03softfloat: Use uint32 consistentlyAndreas Färber
2011-09-03softfloat: Use uint16 consistentlyAndreas Färber
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell
2011-04-25softfloat: fix float*_scalnb() corner casesAurelien Jarno
2011-04-25softfloat: add floatx80_compare*() functionsAurelien Jarno
2011-04-17softfloat: improve description of comparison functionsAurelien Jarno
2011-04-17softfloat: move float*_eq and float*_eq_quietAurelien Jarno
2011-04-17softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno
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