1. 3cf7196 softfloat: logB(0) should raise divideByZero exception by Song Gao · 2 years, 3 months ago
  2. c40da5c fpu: Add rebias bool, value and operation by Lucas Mateus Castro (alqotel) · 2 years, 4 months ago
  3. f45fd24 Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 2 years, 5 months ago
  4. 2344f98 fpu/softfloat: Add LoongArch specializations for pickNaN* by Song Gao · 2 years, 5 months ago
  5. 63dd7bc target/s390x: fix NaN propagation rules by Ilya Leoshkevich · 2 years, 5 months ago
  6. dee3fcf softfloat: Use FloatRelation for fracN_cmp by Richard Henderson · 2 years, 9 months ago
  7. 9343c88 softfloat: Use FloatRelation within partsN_compare by Richard Henderson · 2 years, 9 months ago
  8. b880867 softfloat: Fix declaration of partsN_compare by Richard Henderson · 2 years, 9 months ago
  9. bea5923 softfloat: add float128_to_int128 by Matheus Ferst · 2 years, 9 months ago
  10. 4de49dd softfloat: add float128_to_uint128 by Matheus Ferst · 2 years, 9 months ago
  11. 95c1b71 softfloat: add int128_to_float128 by Matheus Ferst · 2 years, 9 months ago
  12. f279852 softfloat: add uint128_to_float128 by Matheus Ferst · 2 years, 9 months ago
  13. 42636fb softfloat: Add float64r32 arithmetic routines by Richard Henderson · 3 years ago
  14. e706d44 softfloat: Add flag specific to signaling nans by Richard Henderson · 3 years ago
  15. 81254b0 softfloat: Add flag specific to convert non-nan to int by Richard Henderson · 3 years ago
  16. f8718aa softfloat: Add flag specific to sqrt(-x) by Richard Henderson · 3 years ago
  17. 10cc964 softfloat: Add flags specific to Inf / Inf and 0 / 0 by Richard Henderson · 3 years ago
  18. bead3c9 softfloat: Add flag specific to Inf * 0 by Richard Henderson · 3 years ago
  19. ba11446 softfloat: Add flag specific to Inf - Inf by Richard Henderson · 3 years ago
  20. 0e90303 softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin by Chih-Min Chao · 3 years, 2 months ago
  21. 2c8cb58 softfloat: Remove assertion preventing silencing of NaN in default-NaN mode by Peter Maydell · 3 years, 4 months ago
  22. 6c06aca softfloat: Use _Generic instead of QEMU_GENERIC by Richard Henderson · 3 years, 6 months ago
  23. f291f45 softfloat: Fix tp init in float32_exp2 by Richard Henderson · 3 years, 6 months ago
  24. c634754 meson: Split out fpu/meson.build by Richard Henderson · 3 years, 9 months ago
  25. 5d0204b softfloat: Use hard-float for {u}int64_to_float{32,64} by Richard Henderson · 3 years, 7 months ago
  26. feaf2e9 softfloat: Convert modrem operations to FloatParts by Richard Henderson · 3 years, 7 months ago
  27. 2fa3546 softfloat: Move floatN_log2 to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  28. 572c4d8 softfloat: Convert float32_exp2 to FloatParts by Richard Henderson · 4 years, 1 month ago
  29. 1b96b00 softfloat: Convert floatx80 compare to FloatParts by Richard Henderson · 4 years, 1 month ago
  30. 872e699 softfloat: Convert floatx80_scalbn to FloatParts by Richard Henderson · 4 years, 1 month ago
  31. a1fc527 softfloat: Convert floatx80 to integer to FloatParts by Richard Henderson · 4 years, 1 month ago
  32. 8ae5719 softfloat: Convert floatx80 float conversions to FloatParts by Richard Henderson · 4 years, 1 month ago
  33. 5f95290 softfloat: Convert integer to floatx80 to FloatParts by Richard Henderson · 4 years, 1 month ago
  34. f9a95a7 softfloat: Convert floatx80_round_to_int to FloatParts by Richard Henderson · 4 years, 1 month ago
  35. 45a76b7 softfloat: Convert floatx80_round to FloatParts by Richard Henderson · 4 years, 1 month ago
  36. aa5e19c softfloat: Convert floatx80_sqrt to FloatParts by Richard Henderson · 4 years, 1 month ago
  37. 38db99e softfloat: Convert floatx80_div to FloatParts by Richard Henderson · 4 years, 1 month ago
  38. 153f664 softfloat: Convert floatx80_mul to FloatParts by Richard Henderson · 4 years, 1 month ago
  39. c1b6299 softfloat: Convert floatx80_add/sub to FloatParts by Richard Henderson · 4 years, 1 month ago
  40. 98b3cff softfloat: Adjust parts_uncanon_normal for floatx80 by Richard Henderson · 4 years, 1 month ago
  41. 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 1 month ago
  42. d6e1f0c softfloat: Reduce FloatFmt by Richard Henderson · 4 years, 1 month ago
  43. 25fdedf softfloat: Split out parts_uncanon_normal by Richard Henderson · 4 years, 1 month ago
  44. 9261b24 softfloat: Move sqrt_float to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  45. 39626b0 softfloat: Move scalbn_decomposed to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  46. 6eb169b softfloat: Move compare_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  47. ceebc12 softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) by David Hildenbrand · 3 years, 7 months ago
  48. e1c4667 softfloat: Move minmax_flags to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  49. 37c954a softfloat: Move uint_to_float to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  50. e368951 softfloat: Move int_to_float to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  51. 4ab4aef softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  52. 60c8f72 softfpu: Add float_round_to_odd_inf by Richard Henderson · 3 years, 7 months ago
  53. 463b3f0 softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  54. afc3493 softfloat: Move round_to_int to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  55. 9882cca softfloat: Convert float-to-float conversions with float128 by Richard Henderson · 4 years, 1 month ago
  56. c3f1875 softfloat: Split float_to_float by Richard Henderson · 4 years, 1 month ago
  57. ec961b8 softfloat: Move div_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  58. 463e45d softfloat: Introduce sh[lr]_double primitives by Richard Henderson · 4 years, 1 month ago
  59. dedd123 softfloat: Move muladd_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 2 months ago
  60. aca8452 softfloat: Move mul_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  61. 3ff49e5 softfloat: Implement float128_add/sub via parts by Richard Henderson · 4 years, 2 months ago
  62. da10a90 softfloat: Move addsub_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 2 months ago
  63. ee6959f softfloat: Move round_canonical to softfloat-parts.c.inc by Richard Henderson · 4 years, 2 months ago
  64. d46975b softfloat: Move sf_canonicalize to softfloat-parts.c.inc by Richard Henderson · 4 years, 1 month ago
  65. 979582d softfloat: Move pick_nan_muladd to softfloat-parts.c.inc by Richard Henderson · 4 years, 2 months ago
  66. 22c355f softfloat: Move pick_nan to softfloat-parts.c.inc by Richard Henderson · 4 years, 2 months ago
  67. 7c45bad softfloat: Move return_nan to softfloat-parts.c.inc by Richard Henderson · 4 years, 2 months ago
  68. e9034ea softfloat: Convert float128_default_nan to parts by Richard Henderson · 4 years, 2 months ago
  69. 0018b1f softfloat: Convert float128_silence_nan to parts by Richard Henderson · 4 years, 2 months ago
  70. 4109b9e softfloat: Rearrange FloatParts64 by Richard Henderson · 4 years, 1 month ago
  71. 92ff426 softfloat: Use pointers with parts_silence_nan by Richard Henderson · 4 years, 2 months ago
  72. e293e92 softfloat: Use pointers with ftype_round_pack_canonical by Richard Henderson · 4 years, 2 months ago
  73. 98e256f softfloat: Use pointers with ftype_unpack_canonical by Richard Henderson · 4 years, 2 months ago
  74. 71fd178 softfloat: Use pointers with ftype_pack_raw by Richard Henderson · 4 years, 2 months ago
  75. 9e4af58 softfloat: Use pointers with pack_raw by Richard Henderson · 4 years, 2 months ago
  76. 3dddb20 softfloat: Use pointers with ftype_unpack_raw by Richard Henderson · 4 years, 2 months ago
  77. d8fdd17 softfloat: Use pointers with unpack_raw by Richard Henderson · 4 years, 2 months ago
  78. 0fc07ca softfloat: Use pointers with parts_default_nan by Richard Henderson · 4 years, 2 months ago
  79. aaffb7b softfloat: Move type-specific pack/unpack routines by Richard Henderson · 4 years, 2 months ago
  80. f8155c1 softfloat: Rename FloatParts to FloatParts64 by Richard Henderson · 4 years, 2 months ago
  81. a777d60 softfloat: Do not produce a default_nan from parts_silence_nan by Richard Henderson · 4 years, 2 months ago
  82. 57547c6 softfloat: fix return_nan vs default_nan_mode by Richard Henderson · 4 years, 1 month ago
  83. 0d40cd9 softfloat: Use return_nan in float_to_float by Richard Henderson · 4 years, 2 months ago
  84. 134eda0 softfloat: Add float_cmask and constants by Richard Henderson · 4 years, 3 months ago
  85. 9793c1e softfloat: Tidy a * b + inf return by Richard Henderson · 4 years, 3 months ago
  86. d82f3b2 softfloat: Use float_raise in more places by Richard Henderson · 4 years, 2 months ago
  87. 622090a softfloat: Inline float_raise by Richard Henderson · 4 years, 2 months ago
  88. e99c437 softfloat: Move the binary point to the msb by Richard Henderson · 4 years, 1 month ago
  89. 2d3fc4e Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into staging by Peter Maydell · 3 years, 7 months ago
  90. 4369223 Drop the deprecated unicore32 target by Markus Armbruster · 3 years, 8 months ago
  91. 9d49bcf Drop the deprecated lm32 target by Markus Armbruster · 3 years, 8 months ago
  92. 875bb7e Remove the deprecated moxie target by Thomas Huth · 3 years, 8 months ago
  93. 3a7f775 fpu/softfloat: set invalid excp flag for RISC-V muladd instructions by Frank Chang · 3 years, 8 months ago
  94. c0336c8 Hexagon (target/hexagon) use softfloat default NaN and tininess by Taylor Simpson · 3 years, 8 months ago
  95. 5ebf5f4 softfloat: Define misc operations for bfloat16 by LIU Zhiwei · 4 years, 4 months ago
  96. 34f0c0a softfloat: Define convert operations for bfloat16 by LIU Zhiwei · 4 years, 4 months ago
  97. 8282310 softfloat: Define operations for bfloat16 by LIU Zhiwei · 4 years, 4 months ago
  98. 0d93d8e softfloat: Add fp16 and uint8/int8 conversion functions by Frank Chang · 4 years, 5 months ago
  99. fbcc38e softfloat: add xtensa specialization for pickNaNMulAdd by Max Filippov · 4 years, 6 months ago
  100. 913602e softfloat: pass float_status pointer to pickNaN by Max Filippov · 4 years, 6 months ago