Age | Commit message (Expand) | Author |
2023-09-16 | fpu: Handle m68k extended precision denormals properly | Richard Henderson |
2023-09-16 | fpu: Add conversions between bfloat16 and [u]int8 | LIU Zhiwei |
2023-07-01 | fpu: Add float64_to_int{32,64}_modulo | Richard Henderson |
2023-06-26 | softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining | Alex Bennée |
2023-05-05 | softfloat: Fix the incorrect computation in float32_exp2 | Shivaprasad G Bhat |
2022-08-31 | fpu: Add rebias bool, value and operation | Lucas Mateus Castro (alqotel) |
2022-04-26 | softfloat: Use FloatRelation for fracN_cmp | Richard Henderson |
2022-04-26 | softfloat: Fix declaration of partsN_compare | Richard Henderson |
2022-04-20 | softfloat: add float128_to_int128 | Matheus Ferst |
2022-04-20 | softfloat: add float128_to_uint128 | Matheus Ferst |
2022-04-20 | softfloat: add int128_to_float128 | Matheus Ferst |
2022-04-20 | softfloat: add uint128_to_float128 | Matheus Ferst |
2021-12-17 | softfloat: Add float64r32 arithmetic routines | Richard Henderson |
2021-12-17 | softfloat: Add flag specific to signaling nans | Richard Henderson |
2021-10-29 | softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin | Chih-Min Chao |
2021-06-15 | softfloat: Use _Generic instead of QEMU_GENERIC | Richard Henderson |
2021-06-13 | softfloat: Fix tp init in float32_exp2 | Richard Henderson |
2021-06-03 | softfloat: Use hard-float for {u}int64_to_float{32,64} | Richard Henderson |
2021-06-03 | softfloat: Convert modrem operations to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Move floatN_log2 to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Convert float32_exp2 to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80 compare to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_scalbn to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80 to integer to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80 float conversions to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert integer to floatx80 to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_round_to_int to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_round to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_sqrt to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_div to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_mul to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Convert floatx80_add/sub to FloatParts | Richard Henderson |
2021-06-03 | softfloat: Introduce Floatx80RoundPrec | Richard Henderson |
2021-06-03 | softfloat: Reduce FloatFmt | Richard Henderson |
2021-06-03 | softfloat: Split out parts_uncanon_normal | Richard Henderson |
2021-06-03 | softfloat: Move sqrt_float to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Move scalbn_decomposed to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Move compare_floats to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) | David Hildenbrand |
2021-06-03 | softfloat: Move minmax_flags to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Move uint_to_float to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Move int_to_float to softfloat-parts.c.inc | Richard Henderson |
2021-06-03 | softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc | Richard Henderson |
2021-05-16 | softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc | Richard Henderson |
2021-05-16 | softfloat: Move round_to_int to softfloat-parts.c.inc | Richard Henderson |
2021-05-16 | softfloat: Convert float-to-float conversions with float128 | Richard Henderson |
2021-05-16 | softfloat: Split float_to_float | Richard Henderson |
2021-05-16 | softfloat: Move div_floats to softfloat-parts.c.inc | Richard Henderson |
2021-05-16 | softfloat: Introduce sh[lr]_double primitives | Richard Henderson |
2021-05-16 | softfloat: Move muladd_floats to softfloat-parts.c.inc | Richard Henderson |