aboutsummaryrefslogtreecommitdiffstats
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2008-11-22Add native softfloat fpu functions (Christoph Egger)blueswir11-2/+20
2008-11-18Preliminary AIX supportmalc1-0/+2
2008-11-04Fix ARM default NaN.pbrook1-2/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-6/+0
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-08-24Fix math warnings on OpenBSD -currentblueswir11-1/+6
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-1/+11
2007-12-25Assortment of soft-float fixes, by Aurelien Jarno.ths1-11/+35
2007-11-25 128-bit float support for user modeblueswir12-0/+46
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.pbrook3-105/+200
2007-11-16Fix NaN handling for MIPS and HPPA.ths1-40/+68
2007-11-11ARMv7 support.pbrook3-0/+95
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-31Add proper float*_is_nan prototypes.ths1-1/+4
2007-05-11Fix softfloat NaN handling.ths1-10/+38
2007-04-22Check that HOST_SOLARIS is defined before relying on its value.ths2-3/+3
2007-04-17Updated Solaris isinf support, by Juergen Keil and Ben Taylor.ths1-0/+23
2007-04-01Solaris 9/x86 support, by Ben Taylor.ths2-0/+23
2007-03-20Ooops... Typo.j_mayer1-1/+1
2007-03-20Add missing softfloat helpers.j_mayer4-0/+158
2007-03-19trunc() for Solaris 9 / SPARC, by Juergen Keil.ths1-0/+6
2006-10-28avoid using char when it is not necessarybellard5-110/+110
2006-10-22ColdFire target.pbrook4-0/+31
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-4/+9
2006-05-01Solaris port (Ben Taylor)bellard1-3/+28
2006-04-28Fix typo in BSD FP rounding mode names.pbrook1-3/+3
2006-04-26Remove missing include.pbrook1-1/+0
2006-04-25Solaris port (Ben Taylor)bellard2-1/+4
2006-04-2364 bit fixbellard1-5/+20
2005-03-20more native FPU comparison functions - native FPU remainderbellard2-4/+110
2005-03-13added abs, chs and compare functionsbellard2-0/+204
2005-03-13soft float supportbellard6-0/+7272