summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.c
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Implement fused multiply-addPeter Maydell2011-10-191-0/+427
* softfloat: Reinstate accidentally disabled target-specific NaN handlingPeter Maydell2011-10-011-0/+5
* softfloat: Use uint32 consistentlyAndreas Färber2011-09-031-10/+10
* softfloat: Use uint16 consistentlyAndreas Färber2011-09-031-4/+4
* softfloat: always enable floatx80 and float128 supportAurelien Jarno2011-06-031-62/+0
* softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2011-05-231-7/+34
* softfloat: fix float*_scalnb() corner casesAurelien Jarno2011-04-251-5/+42
* softfloat: add floatx80_compare*() functionsAurelien Jarno2011-04-251-0/+46
* softfloat: improve description of comparison functionsAurelien Jarno2011-04-171-37/+48
* softfloat: move float*_eq and float*_eq_quietAurelien Jarno2011-04-171-51/+50
* softfloat: rename float*_eq_signaling() into float*_eq()Aurelien Jarno2011-04-171-4/+4
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-4/+4
* softfloat: add float*_unordered_{,quiet}() functionsAurelien Jarno2011-04-171-0/+167
* softfloat: Add float*_min() and float*_max() functionsPeter Maydell2011-04-031-0/+49
* softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber2011-03-211-292/+292
* softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber2011-03-211-0/+5
* softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell2011-02-101-15/+15
* softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell2011-02-101-3/+1
* softfloat: Fix single-to-half precision float conversionsPeter Maydell2011-02-101-11/+17
* softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2011-02-101-12/+12
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-8/+36
* softfloat: Implement flushing input denormals to zeroPeter Maydell2011-01-061-2/+102
* softfloat: Add float/double to 16 bit integer conversion functionsPeter Maydell2010-12-071-0/+136
* softfloat: add float32_exp2()Aurelien Jarno2010-07-131-0/+79
* softfloat: remove dead assignments, spotted by clangBlue Swirl2010-03-071-8/+4
* 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