aboutsummaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)Author
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