aboutsummaryrefslogtreecommitdiffstats
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2-2/+2
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela3-5/+5
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela3-10/+14
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir11-2/+2
2009-04-13Fix OpenSolaris softfloat warningsblueswir12-1/+4
2009-03-08Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir11-1/+1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12-4/+5
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir11-4/+4
2009-02-05soft-float: add float32_log2() and float64_log2()aurel322-0/+95
2009-02-04softfloat: add a 1.0 constant for float32 and float64aurel321-0/+2
2009-01-25Add static qualifier to local functionsmalc1-1/+1
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-12-20softfloat-native: fix type of float_rounding_modeaurel321-2/+2
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2-3/+23
2008-12-19Implement default-NaN mode.pbrook2-0/+23
2008-12-19Correctly normalize values and handle zero inputs to scalbn functions.pbrook1-8/+29
2008-12-18fp: fix float32_is_infinity()aurel321-1/+1
2008-12-15softfloat-native: improve correctness of floatXX_is_neg()aurel321-3/+9
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322-0/+105
2008-12-15softfloat-native: fix *nan()aurel322-1/+15
2008-12-14Use float_relation_* constantsaurel321-24/+24
2008-12-13softfloat-native: add float32_is_nan()aurel322-0/+10
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
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