aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.h
AgeCommit message (Expand)Author
2011-10-19softfloat: Implement fused multiply-addPeter 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: add floatx80_compare*() functionsAurelien 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-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-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: Add float16 type and float16 NaN handling functionsPeter Maydell
2011-01-14softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell
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-06softfloat: add float{x80,128}_maybe_silence_nan()Aurelien Jarno
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-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson
2009-11-19ARM FP16 supportPaul Brook
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-03-08Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir1
2009-02-05soft-float: add float32_log2() and float64_log2()aurel32
2009-02-04softfloat: add a 1.0 constant for float32 and float64aurel32
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook
2008-12-19Implement default-NaN mode.pbrook
2008-12-18fp: fix float32_is_infinity()aurel32
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel32
2008-11-18Preliminary AIX supportmalc