aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
2013-06-10softfloat: Fix shift128Right for shift counts 64..127Peter Maydell
2013-04-15fpu: Correct edgecase in float64_muladdPeter Maydell
2013-01-26softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford
2013-01-05softfloat: Implement uint64_to_float128Richard Henderson
2013-01-05softfloat: Fix uint64_to_float64Richard Henderson
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-31softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno
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-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov
2012-09-22softfloat: make float_muladd_negate_* flags independentMax Filippov
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