summaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Merge commit 'b7fdb3ab0e22a9a8debcb928497b248f06778845' into upstream-mergeMarcelo Tosatti2-0/+82
2010-07-13softfloat: add float32_exp2()Aurelien Jarno2-0/+82
2010-03-08Merge commit '93d67ee69d6104976961fbc98654872de28a5c96' into upstream-mergeMarcelo Tosatti1-8/+4
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl1-8/+4
2010-03-04Merge commit '6049f4f831c6f409031dfa09282b38d0cbaecad8' into upstream-mergeMarcelo Tosatti1-1/+0
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson1-1/+0
2010-02-17Merge commit 'd0f2c4c60263e29a87681433e696844401514194' into upstream-mergeMarcelo Tosatti2-27/+0
2010-02-06arm host: fix compiler warningStefan Weil2-27/+0
2009-12-14Merge commit 'f1e00a9cf326acc1f2386a72525af8859852e1df' into upstream-mergeAvi Kivity3-3/+4
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson1-0/+1
2009-12-13target-alpha: Enable softfloat.Richard Henderson1-2/+2
2009-12-13Silence softfloat warnings on OpenSolarisAndreas Färber1-1/+1
2009-12-02Merge commit '365369847f2827b14b96c52d0fbaf9cce404e68a' into upstream-mergeAvi Kivity2-3/+5
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno2-3/+5
2009-11-22Merge commit '3a3fb96d0d9e3331e3beb672108ec18a6d3d8c1c' into upstream-mergeAvi Kivity2-0/+144
2009-11-19ARM FP16 supportPaul Brook2-0/+144
2009-11-02Fix softfloat build failure due to missing HOST_LONG_BITSAvi Kivity1-0/+1
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