aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
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
2012-03-17softfloat: fix for C99Avi Kivity
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-07-29softfloat: change default nan definitions to variablesPaolo Bonzini
2011-06-03softfloat: add float*_is_zero_or_denormal()Aurelien Jarno
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno
2011-06-03softfloat-native: removeAurelien Jarno
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell
2011-04-25softfloat-native: add float*_is_any_nan() functionsAurelien Jarno
2011-04-25softfloat-native: fix float*_scalbn() functionsAurelien Jarno
2011-04-25softfloat: fix float*_scalnb() corner casesAurelien Jarno
2011-04-25softfloat: add floatx80_compare*() functionsAurelien Jarno
2011-04-25softfloat-native: add a few constant valuesAurelien Jarno
2011-04-25softfloat: add pi constantsAurelien Jarno
2011-04-25softfloat: add floatx80 constantsAurelien Jarno
2011-04-25softfloat: fix floatx80_is_infinity()Aurelien Jarno
2011-04-25softfloat: fix floatx80 handling of NaNAurelien 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-native: add float*_unordered_quiet() functionsAurelien Jarno
2011-04-17softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno
2011-04-17softfloat: use GCC builtins to count the leading zerosAurelien Jarno
2011-04-12softfloat: Add setter function for tininess detection modePeter Maydell
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
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: Resolve type mismatches between declaration and implementationAndreas Färber
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber
2011-02-24softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon
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-20softfloat: fix floatx80_is_{quiet,signaling}_nan()Aurelien Jarno
2011-01-14softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell
2011-01-14softfloat: fix default-NaN modeAurelien Jarno
2011-01-14softfloat: SH4 has the sNaN bit setAurelien Jarno
2011-01-07softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()Peter Maydell