aboutsummaryrefslogtreecommitdiff
path: root/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Solaris port (Ben Taylor)bellard2006-05-011-3/+28
* Fix typo in BSD FP rounding mode names.pbrook2006-04-281-3/+3
* Remove missing include.pbrook2006-04-261-1/+0
* Solaris port (Ben Taylor)bellard2006-04-252-1/+4
* 64 bit fixbellard2006-04-231-5/+20
* more native FPU comparison functions - native FPU remainderbellard2005-03-202-4/+110
* added abs, chs and compare functionsbellard2005-03-132-0/+204
* soft float supportbellard2005-03-136-0/+7272