aboutsummaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)Author
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 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: Add float16 <=> float64 conversion functionsPeter Maydell
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell
2014-01-08softfloat: Add float32_to_uint64()Tom Musta
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton
2013-01-05softfloat: Implement uint64_to_float128Richard Henderson
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini