summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.c
Commit message (Expand)AuthorAgeFilesLines
* ARM FP16 supportPaul Brook2009-11-191-0/+138
* soft-float: add float32_log2() and float64_log2()aurel322009-02-051-0/+93
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-191-3/+18
* Correctly normalize values and handle zero inputs to scalbn functions.pbrook2008-12-191-8/+29
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* 128-bit float support for user modeblueswir12007-11-251-0/+44
* 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-181-66/+109
* ARMv7 support.pbrook2007-11-111-0/+75
* Ooops... Typo.j_mayer2007-03-201-1/+1
* Add missing softfloat helpers.j_mayer2007-03-201-0/+48
* avoid using char when it is not necessarybellard2006-10-281-27/+27
* ColdFire target.pbrook2006-10-221-0/+11
* added abs, chs and compare functionsbellard2005-03-131-0/+135
* soft float supportbellard2005-03-131-0/+5185
OpenPOWER on IntegriCloud