aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
2018-04-16fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_packAlex Bennée
2018-04-13softfloat: fix {min, max}nummag for same-abs-value inputsEmilio G. Cota
2018-04-10fpu: Fix rounding mode for floatN_to_uintM_round_to_zeropull-target-arm-20180410Richard Henderson
2018-03-09softfloat: fix crash on int conversion of SNaNStef O'Rear
2018-03-07RISC-V FPU SupportMichael Clark
2018-03-04softfloat: use floatx80_infinity in softfloatLaurent Vivier
2018-03-04softfloat: export some functionsLaurent Vivier
2018-02-21fpu/softfloat: re-factor sqrtAlex Bennée
2018-02-21fpu/softfloat: re-factor compareAlex Bennée
2018-02-21fpu/softfloat: re-factor minmaxAlex Bennée
2018-02-21fpu/softfloat: re-factor scalbnAlex Bennée
2018-02-21fpu/softfloat: re-factor int/uint to floatAlex Bennée
2018-02-21fpu/softfloat: re-factor float to int/uintAlex Bennée
2018-02-21fpu/softfloat: re-factor round_to_intAlex Bennée
2018-02-21fpu/softfloat: re-factor muladdAlex Bennée
2018-02-21fpu/softfloat: re-factor divAlex Bennée
2018-02-21fpu/softfloat: re-factor mulAlex Bennée
2018-02-21fpu/softfloat: re-factor add/subAlex Bennée
2018-02-21fpu/softfloat: define decompose structuresAlex Bennée
2018-02-21fpu/softfloat: move the extract functions to the top of the fileAlex Bennée
2018-02-21fpu/softfloat: improve comments on ARM NaN propagationAlex Bennée
2018-02-21fpu/softfloat: implement float16_squash_input_denormalAlex Bennée
2017-06-29softfloat: define floatx80_round()Laurent Vivier
2017-06-15softfloat: define 680x0 specific valuesLaurent Vivier
2017-02-28softfloat: Use correct type in float64_to_uint64_round_to_zero()Peter Maydell
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao
2017-01-31softfloat: Fix the default qNAN for target-ppcBharata B Rao
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar
2016-06-24softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()Aleksandar Markovic
2016-06-24softfloat: For Mips only, correct default NaN valuesAleksandar Markovic
2016-06-24softfloat: Clean code format in fpu/softfloat-specialize.hAleksandar Markovic
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-03-23target-tricore: Add FPU infrastructureBastian Koppelmann
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell
2016-02-04all: Clean up includesPeter Maydell
2016-01-22softfloat: fix return type of roundAndPackFloat16pull-softfloat-20160122Aurelien Jarno
2016-01-22fpu: Replace int8 typedef with int8_tPeter Maydell
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell
2016-01-22fpu: Replace int64 typedef with int64_tPeter Maydell
2015-06-05target-s390x: define default NaN valuesAurelien Jarno
2015-02-06softfloat: expand out STATUS macroPeter Maydell
2015-02-06softfloat: expand out STATUS_VARPeter Maydell