1. e744c06 fpu/softfloat.c: Return correctly signed values from uint64_to_float32 by Peter Maydell · 12 years ago
  2. 4be8eea fpu/softfloat.c: Remove pointless shift of always-zero value by Peter Maydell · 12 years ago
  3. 94a49d8 softfloat: Replace int16 type with int_fast16_t by Andreas Färber · 13 years ago
  4. 5aea4c5 softfloat: Replace uint16 type with uint_fast16_t by Andreas Färber · 13 years ago
  5. c969654 softfloat: Fix mixups of int and int16 by Andreas Färber · 13 years ago
  6. 0eb4fc8 softfloat: make USE_SOFTFLOAT_STRUCT_TYPES compile by Juan Quintela · 13 years ago
  7. 760e141 softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bits by Peter Maydell · 13 years ago
  8. b3a6a2e softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bits by Peter Maydell · 13 years ago
  9. 369be8f softfloat: Implement fused multiply-add by Peter Maydell · 13 years ago
  10. 2ac8bd0 softfloat: Reinstate accidentally disabled target-specific NaN handling by Peter Maydell · 13 years ago
  11. 9f8d2a0 softfloat: Use uint32 consistently by Andreas Färber · 14 years ago
  12. 38641f8 softfloat: Use uint16 consistently by Andreas Färber · 14 years ago
  13. be22a9a softfloat: always enable floatx80 and float128 support by Aurelien Jarno · 14 years ago
  14. e6afc87 softfloat: Add new flag for when denormal result is flushed to zero by Peter Maydell · 14 years ago
  15. 326b9e9 softfloat: fix float*_scalnb() corner cases by Aurelien Jarno · 14 years ago
  16. f6714d3 softfloat: add floatx80_compare*() functions by Aurelien Jarno · 14 years ago
  17. f5a6425 softfloat: improve description of comparison functions by Aurelien Jarno · 14 years ago
  18. b689362 softfloat: move float*_eq and float*_eq_quiet by Aurelien Jarno · 14 years ago
  19. 2657d0f softfloat: rename float*_eq_signaling() into float*_eq() by Aurelien Jarno · 14 years ago
  20. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  21. 67b7861 softfloat: add float*_unordered_{,quiet}() functions by Aurelien Jarno · 14 years ago
  22. 274f1b0 softfloat: Add float*_min() and float*_max() functions by Peter Maydell · 14 years ago
  23. bb98fe4 softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t by Andreas Färber · 14 years ago
  24. 8d725fa softfloat: Prepend QEMU-style header with derivation notice by Andreas Färber · 14 years ago
  25. d5138cf softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPES by Peter Maydell · 14 years ago
  26. f591e1b softfloat: Correctly handle NaNs in float16_to_float32() by Peter Maydell · 14 years ago
  27. 600e30d softfloat: Fix single-to-half precision float conversions by Peter Maydell · 14 years ago
  28. bcd4d9a softfloat: Honour default_nan_mode for float-to-float conversions by Christophe Lyon · 14 years ago
  29. bb4d4bb softfloat: Add float16 type and float16 NaN handling functions by Peter Maydell · 14 years ago
  30. 37d1866 softfloat: Implement flushing input denormals to zero by Peter Maydell · 14 years ago
  31. cbcef45 softfloat: Add float/double to 16 bit integer conversion functions by Peter Maydell · 14 years ago
  32. 8229c99 softfloat: add float32_exp2() by Aurelien Jarno · 16 years ago
  33. ed086f3 softfloat: remove dead assignments, spotted by clang by Blue Swirl · 15 years ago
  34. 6001149 ARM FP16 support by Paul Brook · 15 years ago
  35. 374dfc3 soft-float: add float32_log2() and float64_log2() by aurel32 · 16 years ago
  36. fe76d97 Implement flush-to-zero mode (denormal results are replaced with zero). by pbrook · 16 years ago
  37. 6939754 Correctly normalize values and handle zero inputs to scalbn functions. by pbrook · 16 years ago
  38. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 17 years ago
  39. 1f58732 128-bit float support for user mode by blueswir1 · 17 years ago
  40. cd8a253 Fix more typos in softloat code (Eduardo Felipe) by blueswir1 · 17 years ago
  41. a1b91bb Fix typo in softfloat code. by pbrook · 17 years ago
  42. f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
  43. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  44. 3430b0b Ooops... Typo. by j_mayer · 18 years ago
  45. 75d62a5 Add missing softfloat helpers. by j_mayer · 18 years ago
  46. 750afe9 avoid using char when it is not necessary by bellard · 18 years ago
  47. e6e5906 ColdFire target. by pbrook · 18 years ago
  48. 1d6bda3 added abs, chs and compare functions by bellard · 20 years ago
  49. 158142c soft float support by bellard · 20 years ago