summaryrefslogtreecommitdiff
path: root/include/fpu
AgeCommit message (Expand)AuthorFilesLines
2014-02-20softfloat: Support halving the result of muladd operationPeter Maydell1-0/+3
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell1-1/+2
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell1-0/+2
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell1-3/+36
2014-01-08softfloat: Add float32_to_uint64()Tom Musta1-0/+1
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell1-13/+13
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell1-0/+21
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton1-0/+4
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton1-0/+4
2013-01-05softfloat: Implement uint64_to_float128Richard Henderson1-0/+3
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-0/+638