1. 5ebf5f4 softfloat: Define misc operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
  2. 34f0c0a softfloat: Define convert operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
  3. 8282310 softfloat: Define operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
  4. 0d93d8e softfloat: Add fp16 and uint8/int8 conversion functions by Frank Chang · 4 years, 7 months ago
  5. fbcc38e softfloat: add xtensa specialization for pickNaNMulAdd by Max Filippov · 4 years, 8 months ago
  6. 913602e softfloat: pass float_status pointer to pickNaN by Max Filippov · 4 years, 8 months ago
  7. cc43c69 softfloat: make NO_SIGNALING_NANS runtime property by Max Filippov · 4 years, 8 months ago
  8. 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
  9. 8cdf912 fpu/softfloat: fix up float16 nan recognition by LIU Zhiwei · 4 years, 8 months ago
  10. 445810e softfloat: return low bits of quotient from floatx80_modrem by Joseph Myers · 4 years, 9 months ago
  11. 566601f softfloat: do not set denominator high bit for floatx80 remainder by Joseph Myers · 4 years, 9 months ago
  12. b662495 softfloat: do not return pseudo-denormal from floatx80 remainder by Joseph Myers · 4 years, 9 months ago
  13. 499a2f7 softfloat: fix floatx80 remainder pseudo-denormal check for zero by Joseph Myers · 4 years, 9 months ago
  14. 6b8b013 softfloat: merge floatx80_mod and floatx80_rem by Joseph Myers · 4 years, 9 months ago
  15. 4066288 fpu/softfloat: Silence 'bitwise negation of boolean expression' warning by Philippe Mathieu-Daudé · 4 years, 9 months ago
  16. 150c7a9 softfloat: Return bool from all classification predicates by Richard Henderson · 4 years, 10 months ago
  17. c6baf65 softfloat: Inline floatx80 compare specializations by Richard Henderson · 4 years, 10 months ago
  18. b7b1ac6 softfloat: Inline float128 compare specializations by Richard Henderson · 4 years, 10 months ago
  19. 0673ecd softfloat: Inline float64 compare specializations by Richard Henderson · 4 years, 10 months ago
  20. 5da2d2d softfloat: Inline float32 compare specializations by Richard Henderson · 4 years, 10 months ago
  21. 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 10 months ago
  22. 3dede40 softfloat: Name rounding mode enum by Richard Henderson · 4 years, 10 months ago
  23. a828b37 softfloat: Change tininess_before_rounding to bool by Richard Henderson · 4 years, 10 months ago
  24. c120391 softfloat: Replace flag with bool by Richard Henderson · 4 years, 10 months ago
  25. b240c9c softfloat: Use post test for floatN_mul by Richard Henderson · 4 years, 10 months ago
  26. 9ecaf5c softfloat: fix floatx80 pseudo-denormal round to integer by Joseph Myers · 4 years, 10 months ago
  27. be53fa7 softfloat: fix floatx80 pseudo-denormal comparisons by Joseph Myers · 4 years, 10 months ago
  28. 4160280 softfloat: fix floatx80 pseudo-denormal addition / subtraction by Joseph Myers · 4 years, 10 months ago
  29. 7537c2b softfloat: silence sNaN for conversions to/from floatx80 by Joseph Myers · 4 years, 10 months ago
  30. 2f31107 softfloat: Fix BAD_SHIFT from normalizeFloatx80Subnormal by Richard Henderson · 5 years ago
  31. 21381dc softfp: Added hardfloat conversion from float32 to float64 by Matus Kysel · 5 years ago
  32. 00f4327 fpu: rename softfloat-specialize.h -> .inc.c by Alex Bennée · 6 years ago
  33. e932112 fpu: replace LIT64 with UINT64_C macros by Alex Bennée · 6 years ago
  34. 2c217da fpu: use min/max values from stdint.h for integral overflow by Alex Bennée · 6 years ago
  35. e6b405f fpu: convert float[16/32/64]_squash_denormal to new modern style by Alex Bennée · 6 years ago
  36. f7e81a9 fpu: replace LIT64 usage with UINT64_C for specialize constants by Alex Bennée · 6 years ago
  37. 896f51f hardfloat: fix float32/64 fused multiply-add by Kito Cheng · 6 years ago
  38. 7ca96e1 target/mips: Fix minor bug in FPU by Mateja Marjanovic · 6 years ago
  39. 5d64abb softfloat: Support float_round_to_odd more places by Richard Henderson · 6 years ago
  40. e45de99 softfloat: Implement float128_to_uint32 by David Hildenbrand · 6 years ago
  41. f6b3b10 softfloat: enforce softfloat if the host's FMA is broken by Emilio G. Cota · 6 years ago
  42. d9fe9db hardfloat: implement float32/64 comparison by Emilio G. Cota · 7 years ago
  43. f131bae hardfloat: implement float32/64 square root by Emilio G. Cota · 7 years ago
  44. ccf770b hardfloat: implement float32/64 fused multiply-add by Emilio G. Cota · 7 years ago
  45. 4a62956 hardfloat: implement float32/64 division by Emilio G. Cota · 7 years ago
  46. 2dfabc8 hardfloat: implement float32/64 multiplication by Emilio G. Cota · 7 years ago
  47. 1b615d4 hardfloat: implement float32/64 addition and subtraction by Emilio G. Cota · 7 years ago
  48. a94b783 fpu: introduce hardfloat by Emilio G. Cota · 7 years ago
  49. f9943c7 softfloat: rename canonicalize to sf_canonicalize by Emilio G. Cota · 7 years ago
  50. 97ff87c qemu/compiler: Wrap __attribute__((flatten)) in a macro by Thomas Huth · 6 years ago
  51. 5dfbc9e softfloat: Fix division by Richard Henderson · 6 years ago
  52. 0019d5c softfloat: Replace countLeadingZeros32/64 with clz32/64 by Thomas Huth · 6 years ago
  53. c953da8 softfloat: remove float64_trunc_to_int by Emilio G. Cota · 6 years ago
  54. 2f6c74b softfloat: Add scaling float-to-int routines by Richard Henderson · 7 years ago
  55. 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 7 years ago
  56. 64d450a softfloat: Fix missing inexact for floating-point add by Richard Henderson · 7 years ago
  57. 377ed92 fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan by Richard Henderson · 7 years ago
  58. 8fb3d90 fpu/softfloat: Clean up parts_default_nan by Richard Henderson · 7 years ago
  59. 0218a16 fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan by Richard Henderson · 7 years ago
  60. 3bd2dec fpu/softfloat: Pass FloatClass to pickNaNMulAdd by Richard Henderson · 7 years ago
  61. 4f251cf fpu/softfloat: Pass FloatClass to pickNaN by Richard Henderson · 7 years ago
  62. 247d1f2 fpu/softfloat: Make is_nan et al available to softfloat-specialize.h by Richard Henderson · 7 years ago
  63. 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
  64. 5240a30 fpu/softfloat: Remove floatX_maybe_silence_nan by Richard Henderson · 7 years ago
  65. 4885312 fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN by Richard Henderson · 7 years ago
  66. 6fed16b fpu/softfloat: re-factor float to float conversions by Alex Bennée · 7 years ago
  67. ca3a3d5 fpu/softfloat: Partial support for ARM Alternative half-precision by Alex Bennée · 7 years ago
  68. 0bcfbcb fpu/softfloat: Replace float_class_msnan with parts_silence_nan by Richard Henderson · 7 years ago
  69. f7e598e fpu/softfloat: Replace float_class_dnan with parts_default_nan by Richard Henderson · 7 years ago
  70. 298b468 fpu/softfloat: Introduce parts_is_snan_frac by Richard Henderson · 7 years ago
  71. 94933df fpu/softfloat: Canonicalize NaN fraction by Richard Henderson · 7 years ago
  72. 0664335 fpu/softfloat: Move softfloat-specialize.h below FloatParts definition by Richard Henderson · 7 years ago
  73. d619bb9 fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan by Richard Henderson · 7 years ago
  74. bca5223 fpu/softfloat: Merge NO_SIGNALING_NANS definitions by Richard Henderson · 7 years ago
  75. 6603d50 fpu/softfloat: Fix conversion from uint64 to float128 by Petr Tesarik · 7 years ago
  76. 3335837 fpu/softfloat: Don't set Invalid for float-to-int(MAXINT) by Peter Maydell · 7 years ago
  77. a5a5f5e fpu/softfloat: int_to_float ensure r fully initialised by Alex Bennée · 7 years ago
  78. 1839189 softfloat: Handle default NaN mode after pickNaNMulAdd, not before by Peter Maydell · 7 years ago
  79. ce8d408 fpu: Bound increment for scalbn by Richard Henderson · 7 years ago
  80. 9cb4e39 fpu/softfloat: check for Inf / x or 0 / x before /0 by Alex Bennée · 7 years ago
  81. 801bc56 fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack by Alex Bennée · 7 years ago
  82. 6245327 softfloat: fix {min, max}nummag for same-abs-value inputs by Emilio G. Cota · 7 years ago
  83. bd49e60 fpu: Fix rounding mode for floatN_to_uintM_round_to_zero by Richard Henderson · 7 years ago
  84. cffad42 softfloat: fix crash on int conversion of SNaN by Stef O'Rear · 7 years ago
  85. f798f1e RISC-V FPU Support by Michael Clark · 7 years ago
  86. 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 7 years ago
  87. 88857ac softfloat: export some functions by Laurent Vivier · 7 years ago
  88. c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
  89. 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
  90. 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
  91. 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
  92. c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
  93. ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
  94. dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
  95. d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
  96. cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
  97. 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
  98. 6fff216 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
  99. a90119b fpu/softfloat: define decompose structures by Alex Bennée · 7 years ago
  100. d97544c fpu/softfloat: move the extract functions to the top of the file by Alex Bennée · 7 years ago