aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
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
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell
2015-01-29softfloat: Clarify license statusPeter Maydell
2015-01-29softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51dPeter Maydell
2015-01-29softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...Peter Maydell
2015-01-29softfloat: Apply patch corresponding to rebasing to softfloat-2aPeter Maydell
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino
2014-04-08softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta
2014-03-17softfloat: export squash_input_denormal functionsAlex Bennée
2014-02-20softfloat: Support halving the result of muladd operationPeter Maydell
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell
2014-01-08softfloat: Refactor code handling various rounding modesPeter Maydell
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell
2014-01-08softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell
2014-01-08softfloat: Fix float64_to_uint32_round_to_zeroTom Musta
2014-01-08softfloat: Fix float64_to_uint32Tom Musta
2014-01-08softfloat: Fix float64_to_uint64_round_to_zeroTom Musta
2014-01-08softfloat: Add float32_to_uint64()Tom Musta
2014-01-08softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell
2014-01-08softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell
2014-01-08softfloat: Fix float64_to_uint64Tom Musta
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton
2014-01-08softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton
2013-12-10softfloat: Remove unused argument from MINMAX macro.Will Newton
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