aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat.c
AgeCommit message (Expand)Author
2010-12-07softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell
2010-07-13softfloat: add float32_exp2()Aurelien Jarno
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl
2009-11-19ARM FP16 supportPaul Brook
2009-02-05soft-float: add float32_log2() and float64_log2()aurel32
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook
2008-12-19Correctly normalize values and handle zero inputs to scalbn functions.pbrook
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2007-11-25 128-bit float support for user modeblueswir1
2007-11-21 Fix more typos in softloat code (Eduardo Felipe)blueswir1
2007-11-21Fix typo in softfloat code.pbrook
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-11ARMv7 support.pbrook
2007-03-20Ooops... Typo.j_mayer
2007-03-20Add missing softfloat helpers.j_mayer
2006-10-28avoid using char when it is not necessarybellard
2006-10-22ColdFire target.pbrook
2005-03-13added abs, chs and compare functionsbellard
2005-03-13soft float supportbellard