aboutsummaryrefslogtreecommitdiff
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated Solaris isinf support, by Juergen Keil and Ben Taylor.ths2007-04-171-0/+23
* Solaris 9/x86 support, by Ben Taylor.ths2007-04-012-0/+23
* Ooops... Typo.j_mayer2007-03-201-1/+1
* Add missing softfloat helpers.j_mayer2007-03-204-0/+158
* trunc() for Solaris 9 / SPARC, by Juergen Keil.ths2007-03-191-0/+6
* avoid using char when it is not necessarybellard2006-10-285-110/+110
* ColdFire target.pbrook2006-10-224-0/+31
* Solaris/SPARC host port (Ben Taylor)bellard2006-06-141-4/+9