aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson
2010-02-06arm host: fix compiler warningStefan Weil
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson
2009-12-13target-alpha: Enable softfloat.Richard Henderson
2009-12-13Silence softfloat warnings on OpenSolarisAndreas Färber
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-19ARM FP16 supportPaul Brook
2009-07-27rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-04-13Fix OpenSolaris softfloat warningsblueswir1
2009-03-08Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir1
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir1
2009-02-05soft-float: add float32_log2() and float64_log2()aurel32
2009-02-04softfloat: add a 1.0 constant for float32 and float64aurel32
2009-01-25Add static qualifier to local functionsmalc
2009-01-14Remove all traces of __powerpc__malc
2008-12-20softfloat-native: fix type of float_rounding_modeaurel32
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook
2008-12-19Implement default-NaN mode.pbrook
2008-12-19Correctly normalize values and handle zero inputs to scalbn functions.pbrook
2008-12-18fp: fix float32_is_infinity()aurel32
2008-12-15softfloat-native: improve correctness of floatXX_is_neg()aurel32
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel32
2008-12-15softfloat-native: fix *nan()aurel32
2008-12-14Use float_relation_* constantsaurel32
2008-12-13softfloat-native: add float32_is_nan()aurel32
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-11-22Add native softfloat fpu functions (Christoph Egger)blueswir1
2008-11-18Preliminary AIX supportmalc
2008-11-04Fix ARM default NaN.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-08-24Fix math warnings on OpenBSD -currentblueswir1
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2007-12-25Assortment of soft-float fixes, by Aurelien Jarno.ths
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-16Fix NaN handling for MIPS and HPPA.ths
2007-11-11ARMv7 support.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-31Add proper float*_is_nan prototypes.ths
2007-05-11Fix softfloat NaN handling.ths
2007-04-22Check that HOST_SOLARIS is defined before relying on its value.ths