summaryrefslogtreecommitdiffstats
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* softfloat: remove dead assignments, spotted by clangBlue Swirl2010-03-071-8/+4
* target-alpha: Split up FPCR value into separate fields.Richard Henderson2010-02-231-1/+0
* arm host: fix compiler warningStefan Weil2010-02-062-27/+0
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-0/+1
* target-alpha: Enable softfloat.Richard Henderson2009-12-131-2/+2
* Silence softfloat warnings on OpenSolarisAndreas Färber2009-12-131-1/+1
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-292-3/+5
* ARM FP16 supportPaul Brook2009-11-192-0/+144
* rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATHJuan Quintela2009-07-272-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-273-5/+5
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-273-10/+14
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-2/+2
* Fix OpenSolaris softfloat warningsblueswir12009-04-132-1/+4
* Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir12009-03-081-1/+1
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-082-4/+5
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-071-4/+4
* soft-float: add float32_log2() and float64_log2()aurel322009-02-052-0/+95
* softfloat: add a 1.0 constant for float32 and float64aurel322009-02-041-0/+2
* Add static qualifier to local functionsmalc2009-01-251-1/+1
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* softfloat-native: fix type of float_rounding_modeaurel322008-12-201-2/+2
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-192-3/+23
* Implement default-NaN mode.pbrook2008-12-192-0/+23
* Correctly normalize values and handle zero inputs to scalbn functions.pbrook2008-12-191-8/+29
* fp: fix float32_is_infinity()aurel322008-12-181-1/+1
* softfloat-native: improve correctness of floatXX_is_neg()aurel322008-12-151-3/+9
* fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel322008-12-152-0/+105
* softfloat-native: fix *nan()aurel322008-12-152-1/+15
* Use float_relation_* constantsaurel322008-12-141-24/+24
* softfloat-native: add float32_is_nan()aurel322008-12-132-0/+10
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Add native softfloat fpu functions (Christoph Egger)blueswir12008-11-221-2/+20
* Preliminary AIX supportmalc2008-11-181-0/+2
* Fix ARM default NaN.pbrook2008-11-041-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-6/+0
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Fix math warnings on OpenBSD -currentblueswir12008-08-241-1/+6
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-1/+11
* Assortment of soft-float fixes, by Aurelien Jarno.ths2007-12-251-11/+35
* 128-bit float support for user modeblueswir12007-11-252-0/+46
* Fix more typos in softloat code (Eduardo Felipe)blueswir12007-11-211-1/+1
* Fix typo in softfloat code.pbrook2007-11-211-6/+6
* Add strict checking mode for softfp code.pbrook2007-11-183-105/+200
* Fix NaN handling for MIPS and HPPA.ths2007-11-161-40/+68
* ARMv7 support.pbrook2007-11-113-0/+95
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Add proper float*_is_nan prototypes.ths2007-05-311-1/+4
* Fix softfloat NaN handling.ths2007-05-111-10/+38
* Check that HOST_SOLARIS is defined before relying on its value.ths2007-04-222-3/+3
OpenPOWER on IntegriCloud