1. 00f9ef8 fpu: Add conversions between bfloat16 and [u]int8 by LIU Zhiwei · 1 year, 9 months ago
  2. e2041f4 fpu: Add float64_to_int{32,64}_modulo by Richard Henderson · 1 year, 10 months ago
  3. c40da5c fpu: Add rebias bool, value and operation by Lucas Mateus Castro (alqotel) · 2 years, 7 months ago
  4. ea9cea9 Clean up decorations and whitespace around header guards by Markus Armbruster · 2 years, 10 months ago
  5. bea5923 softfloat: add float128_to_int128 by Matheus Ferst · 3 years ago
  6. 4de49dd softfloat: add float128_to_uint128 by Matheus Ferst · 3 years ago
  7. 95c1b71 softfloat: add int128_to_float128 by Matheus Ferst · 3 years ago
  8. f279852 softfloat: add uint128_to_float128 by Matheus Ferst · 3 years ago
  9. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  10. 42636fb softfloat: Add float64r32 arithmetic routines by Richard Henderson · 3 years, 3 months ago
  11. e706d44 softfloat: Add flag specific to signaling nans by Richard Henderson · 3 years, 3 months ago
  12. 81254b0 softfloat: Add flag specific to convert non-nan to int by Richard Henderson · 3 years, 3 months ago
  13. f8718aa softfloat: Add flag specific to sqrt(-x) by Richard Henderson · 3 years, 3 months ago
  14. 10cc964 softfloat: Add flags specific to Inf / Inf and 0 / 0 by Richard Henderson · 3 years, 3 months ago
  15. bead3c9 softfloat: Add flag specific to Inf * 0 by Richard Henderson · 3 years, 3 months ago
  16. ba11446 softfloat: Add flag specific to Inf - Inf by Richard Henderson · 3 years, 3 months ago
  17. 149a48f softfloat: Extend float_exception_flags to 16 bits by Richard Henderson · 3 years, 3 months ago
  18. 6450ce5 Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20211029-1' into staging by Richard Henderson · 3 years, 4 months ago
  19. 0e90303 softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin by Chih-Min Chao · 3 years, 5 months ago
  20. 8ac2d6c host-utils: move udiv_qrnnd() to host-utils by Luis Pires · 3 years, 5 months ago
  21. e52ee00 Remove leading underscores from QEMU defines by Ahmed Abouzied · 3 years, 9 months ago
  22. feaf2e9 softfloat: Convert modrem operations to FloatParts by Richard Henderson · 3 years, 10 months ago
  23. 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 4 months ago
  24. ceebc12 softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) by David Hildenbrand · 3 years, 10 months ago
  25. 60c8f72 softfpu: Add float_round_to_odd_inf by Richard Henderson · 3 years, 10 months ago
  26. 463e45d softfloat: Introduce sh[lr]_double primitives by Richard Henderson · 4 years, 4 months ago
  27. 5ffb6bd softfloat: Tidy mul128By64To192 by Richard Henderson · 4 years, 4 months ago
  28. cd55a56 softfloat: Use add192 in mul128To256 by Richard Henderson · 4 years, 4 months ago
  29. b4d09b1 softfloat: Use mulu64 for mul64To128 by Richard Henderson · 4 years, 6 months ago
  30. dedd123 softfloat: Move muladd_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 5 months ago
  31. cb3ad03 softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h by Richard Henderson · 4 years, 4 months ago
  32. 622090a softfloat: Inline float_raise by Richard Henderson · 4 years, 5 months ago
  33. c53b107 softfloat: Define comparison operations for bfloat16 by Richard Henderson · 4 years, 7 months ago
  34. 5ebf5f4 softfloat: Define misc operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
  35. 34f0c0a softfloat: Define convert operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
  36. 8282310 softfloat: Define operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
  37. a03e924 softfloat: Add float16_is_normal by Stephen Long · 4 years, 9 months ago
  38. 0d93d8e softfloat: Add fp16 and uint8/int8 conversion functions by Frank Chang · 4 years, 7 months ago
  39. dd20502 softfloat: Implement the full set of comparisons for float16 by Kito Cheng · 4 years, 7 months ago
  40. 913602e softfloat: pass float_status pointer to pickNaN by Max Filippov · 4 years, 8 months ago
  41. cc43c69 softfloat: make NO_SIGNALING_NANS runtime property by Max Filippov · 4 years, 8 months ago
  42. 163b3d1 target/i386: floatx80: avoid compound literals in static initializers by Laszlo Ersek · 4 years, 8 months ago
  43. d159dd0 softfloat,m68k: disable floatx80_invalid_encoding() for m68k by Laurent Vivier · 4 years, 9 months ago
  44. 445810e softfloat: return low bits of quotient from floatx80_modrem by Joseph Myers · 4 years, 9 months ago
  45. 6b8b013 softfloat: merge floatx80_mod and floatx80_rem by Joseph Myers · 4 years, 9 months ago
  46. 150c7a9 softfloat: Return bool from all classification predicates by Richard Henderson · 4 years, 10 months ago
  47. c6baf65 softfloat: Inline floatx80 compare specializations by Richard Henderson · 4 years, 10 months ago
  48. b7b1ac6 softfloat: Inline float128 compare specializations by Richard Henderson · 4 years, 10 months ago
  49. 0673ecd softfloat: Inline float64 compare specializations by Richard Henderson · 4 years, 10 months ago
  50. 5da2d2d softfloat: Inline float32 compare specializations by Richard Henderson · 4 years, 10 months ago
  51. 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 10 months ago
  52. 3dede40 softfloat: Name rounding mode enum by Richard Henderson · 4 years, 10 months ago
  53. a828b37 softfloat: Change tininess_before_rounding to bool by Richard Henderson · 4 years, 10 months ago
  54. c120391 softfloat: Replace flag with bool by Richard Henderson · 4 years, 10 months ago
  55. 5937fb6 fpu: make softfloat-macros "self-contained" by Alex Bennée · 6 years ago
  56. e34c47e fpu: move inline helpers into a separate header by Alex Bennée · 6 years ago
  57. 472038c fpu: remove the LIT64 macro by Alex Bennée · 6 years ago
  58. e932112 fpu: replace LIT64 with UINT64_C macros by Alex Bennée · 6 years ago
  59. ec150c7 include: Make headers more self-contained by Markus Armbruster · 6 years ago
  60. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  61. e45de99 softfloat: Implement float128_to_uint32 by David Hildenbrand · 6 years ago
  62. 47393181 softfloat: add float128_is_{normal,denormal} by David Hildenbrand · 6 years ago
  63. 2c00542 include/fpu/softfloat: Fix compilation with Clang on s390x by Thomas Huth · 6 years ago
  64. 315df0d softfloat: add float{32,64}_is_zero_or_normal by Emilio G. Cota · 7 years ago
  65. 588e6df softfloat: add float{32,64}_is_{de,}normal by Emilio G. Cota · 7 years ago
  66. 7370981 softfloat: Don't execute divdeu without power7 by Richard Henderson · 6 years ago
  67. 27ae510 softfloat: Specialize udiv_qrnnd for ppc64 by Richard Henderson · 6 years ago
  68. 739df33 softfloat: Specialize udiv_qrnnd for s390x by Richard Henderson · 6 years ago
  69. b299e88 softfloat: Specialize udiv_qrnnd for x86_64 by Richard Henderson · 6 years ago
  70. 5dfbc9e softfloat: Fix division by Richard Henderson · 6 years ago
  71. 0019d5c softfloat: Replace countLeadingZeros32/64 with clz32/64 by Thomas Huth · 6 years ago
  72. c953da8 softfloat: remove float64_trunc_to_int by Emilio G. Cota · 6 years ago
  73. 2f6c74b softfloat: Add scaling float-to-int routines by Richard Henderson · 7 years ago
  74. 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 7 years ago
  75. 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
  76. 5240a30 fpu/softfloat: Remove floatX_maybe_silence_nan by Richard Henderson · 7 years ago
  77. 6fed16b fpu/softfloat: re-factor float to float conversions by Alex Bennée · 7 years ago
  78. d619bb9 fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan by Richard Henderson · 7 years ago
  79. 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 7 years ago
  80. 88857ac softfloat: export some functions by Laurent Vivier · 7 years ago
  81. 026e2d6 arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16 by Alex Bennée · 7 years ago
  82. c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
  83. 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
  84. 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
  85. 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
  86. c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
  87. ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
  88. dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
  89. d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
  90. cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
  91. 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
  92. 6fff216 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
  93. efd4829 include/fpu/softfloat: add some float16 constants by Alex Bennée · 7 years ago
  94. 78b5a3e include/fpu/softfloat: implement float16_set_sign helper by Alex Bennée · 7 years ago
  95. 5f10aef include/fpu/softfloat: implement float16_chs helper by Alex Bennée · 7 years ago
  96. 2813677 include/fpu/softfloat: implement float16_abs helper by Alex Bennée · 8 years ago
  97. 24f91e8 target/*/cpu.h: remove softfloat.h by Alex Bennée · 7 years ago
  98. cfd88fc fpu/softfloat-types: new header to prevent excessive re-builds by Alex Bennée · 7 years ago
  99. a9579ff include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES by Alex Bennée · 7 years ago
  100. 210cbd4 fpu/softfloat: implement float16_squash_input_denormal by Alex Bennée · 8 years ago