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