summaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon1-12/+12
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell1-8/+36
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell1-2/+102
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell1-0/+136
2010-07-13softfloat: add float32_exp2()Aurelien Jarno1-0/+79
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl1-8/+4
2009-11-19ARM FP16 supportPaul Brook1-0/+138
2009-02-05soft-float: add float32_log2() and float64_log2()aurel321-0/+93
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook1-3/+18
2008-12-19Correctly normalize values and handle zero inputs to scalbn functions.pbrook1-8/+29
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2007-11-25 128-bit float support for user modeblueswir11-0/+44
2007-11-21 Fix more typos in softloat code (Eduardo Felipe)blueswir11-1/+1
2007-11-21Fix typo in softfloat code.pbrook1-6/+6
2007-11-18Add strict checking mode for softfp code.pbrook1-66/+109
2007-11-11ARMv7 support.pbrook1-0/+75
2007-03-20Ooops... Typo.j_mayer1-1/+1
2007-03-20Add missing softfloat helpers.j_mayer1-0/+48
2006-10-28avoid using char when it is not necessarybellard1-27/+27
2006-10-22ColdFire target.pbrook1-0/+11
2005-03-13added abs, chs and compare functionsbellard1-0/+135
2005-03-13soft float supportbellard1-0/+5185