aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
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
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell
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/double to 16 bit integer conversion functionsPeter Maydell
2010-12-07softfloat: Add float*_maybe_silence_nan() functionsPeter Maydell
2010-12-07softfloat: Add float*_is_any_nan() functionsPeter Maydell
2010-07-13softfloat: add float32_exp2()Aurelien Jarno
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl