- 00f9ef8 fpu: Add conversions between bfloat16 and [u]int8 by LIU Zhiwei · 1 year, 9 months ago
- e2041f4 fpu: Add float64_to_int{32,64}_modulo by Richard Henderson · 1 year, 10 months ago
- c40da5c fpu: Add rebias bool, value and operation by Lucas Mateus Castro (alqotel) · 2 years, 7 months ago
- ea9cea9 Clean up decorations and whitespace around header guards by Markus Armbruster · 2 years, 10 months ago
- bea5923 softfloat: add float128_to_int128 by Matheus Ferst · 3 years ago
- 4de49dd softfloat: add float128_to_uint128 by Matheus Ferst · 3 years ago
- 95c1b71 softfloat: add int128_to_float128 by Matheus Ferst · 3 years ago
- f279852 softfloat: add uint128_to_float128 by Matheus Ferst · 3 years ago
- e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
- 42636fb softfloat: Add float64r32 arithmetic routines by Richard Henderson · 3 years, 3 months ago
- e706d44 softfloat: Add flag specific to signaling nans by Richard Henderson · 3 years, 3 months ago
- 81254b0 softfloat: Add flag specific to convert non-nan to int by Richard Henderson · 3 years, 3 months ago
- f8718aa softfloat: Add flag specific to sqrt(-x) by Richard Henderson · 3 years, 3 months ago
- 10cc964 softfloat: Add flags specific to Inf / Inf and 0 / 0 by Richard Henderson · 3 years, 3 months ago
- bead3c9 softfloat: Add flag specific to Inf * 0 by Richard Henderson · 3 years, 3 months ago
- ba11446 softfloat: Add flag specific to Inf - Inf by Richard Henderson · 3 years, 3 months ago
- 149a48f softfloat: Extend float_exception_flags to 16 bits by Richard Henderson · 3 years, 3 months ago
- 6450ce5 Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20211029-1' into staging by Richard Henderson · 3 years, 4 months ago
- 0e90303 softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin by Chih-Min Chao · 3 years, 5 months ago
- 8ac2d6c host-utils: move udiv_qrnnd() to host-utils by Luis Pires · 3 years, 5 months ago
- e52ee00 Remove leading underscores from QEMU defines by Ahmed Abouzied · 3 years, 9 months ago
- feaf2e9 softfloat: Convert modrem operations to FloatParts by Richard Henderson · 3 years, 10 months ago
- 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 4 months ago
- ceebc12 softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) by David Hildenbrand · 3 years, 10 months ago
- 60c8f72 softfpu: Add float_round_to_odd_inf by Richard Henderson · 3 years, 10 months ago
- 463e45d softfloat: Introduce sh[lr]_double primitives by Richard Henderson · 4 years, 4 months ago
- 5ffb6bd softfloat: Tidy mul128By64To192 by Richard Henderson · 4 years, 4 months ago
- cd55a56 softfloat: Use add192 in mul128To256 by Richard Henderson · 4 years, 4 months ago
- b4d09b1 softfloat: Use mulu64 for mul64To128 by Richard Henderson · 4 years, 6 months ago
- dedd123 softfloat: Move muladd_floats to softfloat-parts.c.inc by Richard Henderson · 4 years, 5 months ago
- cb3ad03 softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h by Richard Henderson · 4 years, 4 months ago
- 622090a softfloat: Inline float_raise by Richard Henderson · 4 years, 5 months ago
- c53b107 softfloat: Define comparison operations for bfloat16 by Richard Henderson · 4 years, 7 months ago
- 5ebf5f4 softfloat: Define misc operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
- 34f0c0a softfloat: Define convert operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
- 8282310 softfloat: Define operations for bfloat16 by LIU Zhiwei · 4 years, 7 months ago
- a03e924 softfloat: Add float16_is_normal by Stephen Long · 4 years, 9 months ago
- 0d93d8e softfloat: Add fp16 and uint8/int8 conversion functions by Frank Chang · 4 years, 7 months ago
- dd20502 softfloat: Implement the full set of comparisons for float16 by Kito Cheng · 4 years, 7 months ago
- 913602e softfloat: pass float_status pointer to pickNaN by Max Filippov · 4 years, 8 months ago
- cc43c69 softfloat: make NO_SIGNALING_NANS runtime property by Max Filippov · 4 years, 8 months ago
- 163b3d1 target/i386: floatx80: avoid compound literals in static initializers by Laszlo Ersek · 4 years, 8 months ago
- d159dd0 softfloat,m68k: disable floatx80_invalid_encoding() for m68k by Laurent Vivier · 4 years, 9 months ago
- 445810e softfloat: return low bits of quotient from floatx80_modrem by Joseph Myers · 4 years, 9 months ago
- 6b8b013 softfloat: merge floatx80_mod and floatx80_rem by Joseph Myers · 4 years, 9 months ago
- 150c7a9 softfloat: Return bool from all classification predicates by Richard Henderson · 4 years, 10 months ago
- c6baf65 softfloat: Inline floatx80 compare specializations by Richard Henderson · 4 years, 10 months ago
- b7b1ac6 softfloat: Inline float128 compare specializations by Richard Henderson · 4 years, 10 months ago
- 0673ecd softfloat: Inline float64 compare specializations by Richard Henderson · 4 years, 10 months ago
- 5da2d2d softfloat: Inline float32 compare specializations by Richard Henderson · 4 years, 10 months ago
- 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 10 months ago
- 3dede40 softfloat: Name rounding mode enum by Richard Henderson · 4 years, 10 months ago
- a828b37 softfloat: Change tininess_before_rounding to bool by Richard Henderson · 4 years, 10 months ago
- c120391 softfloat: Replace flag with bool by Richard Henderson · 4 years, 10 months ago
- 5937fb6 fpu: make softfloat-macros "self-contained" by Alex Bennée · 6 years ago
- e34c47e fpu: move inline helpers into a separate header by Alex Bennée · 6 years ago
- 472038c fpu: remove the LIT64 macro by Alex Bennée · 6 years ago
- e932112 fpu: replace LIT64 with UINT64_C macros by Alex Bennée · 6 years ago
- ec150c7 include: Make headers more self-contained by Markus Armbruster · 6 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 · 7 years ago
- 2abdfe2 softfloat: Add scaling int-to-float routines by Richard Henderson · 7 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