- feaf2e9 softfloat: Convert modrem operations to FloatParts by Richard Henderson · 3 years, 9 months ago
- 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 2 months ago
- ceebc12 softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) by David Hildenbrand · 3 years, 9 months ago
- 60c8f72 softfpu: Add float_round_to_odd_inf by Richard Henderson · 3 years, 8 months ago
- 463e45d softfloat: Introduce sh[lr]_double primitives by Richard Henderson · 4 years, 3 months ago
- 5ffb6bd softfloat: Tidy mul128By64To192 by Richard Henderson · 4 years, 3 months ago
- cd55a56 softfloat: Use add192 in mul128To256 by Richard Henderson · 4 years, 3 months ago
- b4d09b1 softfloat: Use mulu64 for mul64To128 by Richard Henderson · 4 years, 4 months ago
- dedd123 softfloat: Move muladd_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 3 months ago
- cb3ad03 softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h by Richard Henderson · 4 years, 3 months ago
- 622090a softfloat: Inline float_raise by Richard Henderson · 4 years, 3 months ago
- c53b107 softfloat: Define comparison operations for bfloat16 by Richard Henderson · 4 years, 6 months ago
- 5ebf5f4 softfloat: Define misc operations for bfloat16 by LIU Zhiwei · 4 years, 6 months ago
- 34f0c0a softfloat: Define convert operations for bfloat16 by LIU Zhiwei · 4 years, 6 months ago
- 8282310 softfloat: Define operations for bfloat16 by LIU Zhiwei · 4 years, 6 months ago
- a03e924 softfloat: Add float16_is_normal by Stephen Long · 4 years, 8 months ago
- 0d93d8e softfloat: Add fp16 and uint8/int8 conversion functions by Frank Chang · 4 years, 6 months ago
- dd20502 softfloat: Implement the full set of comparisons for float16 by Kito Cheng · 4 years, 6 months ago
- 913602e softfloat: pass float_status pointer to pickNaN by Max Filippov · 4 years, 7 months ago
- cc43c69 softfloat: make NO_SIGNALING_NANS runtime property by Max Filippov · 4 years, 7 months ago
- 163b3d1 target/i386: floatx80: avoid compound literals in static initializers by Laszlo Ersek · 4 years, 6 months ago
- d159dd0 softfloat,m68k: disable floatx80_invalid_encoding() for m68k by Laurent Vivier · 4 years, 8 months ago
- 445810e softfloat: return low bits of quotient from floatx80_modrem by Joseph Myers · 4 years, 8 months ago
- 6b8b013 softfloat: merge floatx80_mod and floatx80_rem by Joseph Myers · 4 years, 8 months ago
- 150c7a9 softfloat: Return bool from all classification predicates by Richard Henderson · 4 years, 9 months ago
- c6baf65 softfloat: Inline floatx80 compare specializations by Richard Henderson · 4 years, 9 months ago
- b7b1ac6 softfloat: Inline float128 compare specializations by Richard Henderson · 4 years, 9 months ago
- 0673ecd softfloat: Inline float64 compare specializations by Richard Henderson · 4 years, 9 months ago
- 5da2d2d softfloat: Inline float32 compare specializations by Richard Henderson · 4 years, 9 months ago
- 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 9 months ago
- 3dede40 softfloat: Name rounding mode enum by Richard Henderson · 4 years, 9 months ago
- a828b37 softfloat: Change tininess_before_rounding to bool by Richard Henderson · 4 years, 9 months ago
- c120391 softfloat: Replace flag with bool by Richard Henderson · 4 years, 9 months ago
- 5937fb6 fpu: make softfloat-macros "self-contained" by Alex Bennée · 5 years ago
- e34c47e fpu: move inline helpers into a separate header by Alex Bennée · 5 years ago
- 472038c fpu: remove the LIT64 macro by Alex Bennée · 5 years ago
- e932112 fpu: replace LIT64 with UINT64_C macros by Alex Bennée · 5 years ago
- ec150c7 include: Make headers more self-contained by Markus Armbruster · 5 years ago
- f91005e Supply missing header guards by Markus Armbruster · 6 years ago
- e45de99 softfloat: Implement float128_to_uint32 by David Hildenbrand · 6 years ago
- 47393181 softfloat: add float128_is_{normal,denormal} by David Hildenbrand · 6 years ago
- 2c00542 include/fpu/softfloat: Fix compilation with Clang on s390x by Thomas Huth · 6 years ago
- 315df0d softfloat: add float{32,64}_is_zero_or_normal by Emilio G. Cota · 7 years ago
- 588e6df softfloat: add float{32,64}_is_{de,}normal by Emilio G. Cota · 7 years ago
- 7370981 softfloat: Don't execute divdeu without power7 by Richard Henderson · 6 years ago
- 27ae510 softfloat: Specialize udiv_qrnnd for ppc64 by Richard Henderson · 6 years ago
- 739df33 softfloat: Specialize udiv_qrnnd for s390x by Richard Henderson · 6 years ago
- b299e88 softfloat: Specialize udiv_qrnnd for x86_64 by Richard Henderson · 6 years ago
- 5dfbc9e softfloat: Fix division by Richard Henderson · 6 years ago
- 0019d5c softfloat: Replace countLeadingZeros32/64 with clz32/64 by Thomas Huth · 6 years ago
- c953da8 softfloat: remove float64_trunc_to_int by Emilio G. Cota · 6 years ago
- 2f6c74b softfloat: Add scaling float-to-int routines by Richard Henderson · 6 years ago
- 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 6 years ago
- 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
- 5240a30 fpu/softfloat: Remove floatX_maybe_silence_nan by Richard Henderson · 7 years ago
- 6fed16b fpu/softfloat: re-factor float to float conversions by Alex Bennée · 7 years ago
- d619bb9 fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan by Richard Henderson · 7 years ago
- 0f605c8 softfloat: use floatx80_infinity in softfloat by Laurent Vivier · 7 years ago
- 88857ac softfloat: export some functions by Laurent Vivier · 7 years ago
- 026e2d6 arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16 by Alex Bennée · 7 years ago
- c13bb2d fpu/softfloat: re-factor sqrt by Alex Bennée · 7 years ago
- 0c4c909 fpu/softfloat: re-factor compare by Alex Bennée · 7 years ago
- 8936006 fpu/softfloat: re-factor minmax by Alex Bennée · 7 years ago
- 0bfc9f1 fpu/softfloat: re-factor scalbn by Alex Bennée · 7 years ago
- c02e1fb fpu/softfloat: re-factor int/uint to float by Alex Bennée · 7 years ago
- ab52f97 fpu/softfloat: re-factor float to int/uint by Alex Bennée · 7 years ago
- dbe4d53 fpu/softfloat: re-factor round_to_int by Alex Bennée · 7 years ago
- d446830 fpu/softfloat: re-factor muladd by Alex Bennée · 7 years ago
- cf07323 fpu/softfloat: re-factor div by Alex Bennée · 7 years ago
- 74d707e fpu/softfloat: re-factor mul by Alex Bennée · 7 years ago
- 6fff216 fpu/softfloat: re-factor add/sub by Alex Bennée · 7 years ago
- efd4829 include/fpu/softfloat: add some float16 constants by Alex Bennée · 7 years ago
- 78b5a3e include/fpu/softfloat: implement float16_set_sign helper by Alex Bennée · 7 years ago
- 5f10aef include/fpu/softfloat: implement float16_chs helper by Alex Bennée · 7 years ago
- 2813677 include/fpu/softfloat: implement float16_abs helper by Alex Bennée · 8 years ago
- 24f91e8 target/*/cpu.h: remove softfloat.h by Alex Bennée · 7 years ago
- cfd88fc fpu/softfloat-types: new header to prevent excessive re-builds by Alex Bennée · 7 years ago
- a9579ff include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES by Alex Bennée · 7 years ago
- 210cbd4 fpu/softfloat: implement float16_squash_input_denormal by Alex Bennée · 8 years ago
- 9193926 configure: Drop ancient Solaris 9 and earlier support by Peter Maydell · 8 years ago
- 0f72129 softfloat: define floatx80_round() by Laurent Vivier · 8 years ago
- fd42503 softfloat: Add float128_to_uint32_round_to_zero() by Bharata B Rao · 8 years ago
- 2e6d856 softfloat: Add float128_to_uint64_round_to_zero() by Bharata B Rao · 8 years ago
- 9ee6f67 softfloat: Add round-to-odd rounding mode by Bharata B Rao · 8 years ago
- f566c04 target-ppc: Add xscvdphp, xscvhpdp by Bharata B Rao · 8 years ago
- d1eb8f2 fpu: add mechanism to check for invalid long double formats by Andrew Dutcher · 8 years ago
- dfd6076 softfloat: Fix warn about implicit conversion from int to int8_t by Pranith Kumar · 8 years ago
- 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
- af39bc8 softfloat: Implement run-time-configurable meaning of signaling NaN bit by Aleksandar Markovic · 9 years ago
- 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
- 0bb721d fpu: Remove use of int_fast16_t in conversions to int16 by Peter Maydell · 9 years ago
- d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
- 8f506c7 fpu: Replace int8 typedef with int8_t by Peter Maydell · 9 years ago
- 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
- f401451 fpu: Replace int32 typedef with int32_t by Peter Maydell · 9 years ago
- 182f42f fpu: Replace uint64 typedef with uint64_t by Peter Maydell · 9 years ago
- f42c222 fpu: Replace int64 typedef with int64_t by Peter Maydell · 9 years ago
- a2f2d28 softfloat: expand out STATUS macro by Peter Maydell · 10 years ago
- ff32e16 softfloat: expand out STATUS_VAR by Peter Maydell · 10 years ago
- e5a41ff softfloat: Expand out the STATUS_PARAM macro by Peter Maydell · 10 years ago