COMMITS
/ fpu/softfloat.c May 27, 2023
R
fpu: Add float64_to_int{32,64}_modulo
Richard Henderson committed
May 23, 2023
A
softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
Alex Bennée committed
May 2, 2023
S
softfloat: Fix the incorrect computation in float32_exp2
Shivaprasad G Bhat committed
August 5, 2022
L
fpu: Add rebias bool, value and operation
Lucas Mateus Castro (alqotel) committed
April 1, 2022
R
softfloat: Use FloatRelation for fracN_cmp
Richard Henderson committed
R
softfloat: Fix declaration of partsN_compare
Richard Henderson committed
March 30, 2022
M
softfloat: add float128_to_int128
Matheus Ferst committed
M
softfloat: add float128_to_uint128
Matheus Ferst committed
M
softfloat: add int128_to_float128
Matheus Ferst committed
M
softfloat: add uint128_to_float128
Matheus Ferst committed
December 17, 2021
R
softfloat: Add float64r32 arithmetic routines
Richard Henderson committed
R
softfloat: Add flag specific to signaling nans
Richard Henderson committed
October 21, 2021
C
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao committed
June 14, 2021
R
softfloat: Use _Generic instead of QEMU_GENERIC
Richard Henderson committed
June 7, 2021
R
softfloat: Fix tp init in float32_exp2
Richard Henderson committed
May 16, 2021
R
softfloat: Use hard-float for {u}int64_to_float{32,64}
Richard Henderson committed
May 8, 2021
R
softfloat: Convert modrem operations to FloatParts
Richard Henderson committed
November 22, 2020
R
softfloat: Move floatN_log2 to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Convert float32_exp2 to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80 compare to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80_scalbn to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80 to integer to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80 float conversions to FloatParts
Richard Henderson committed
R
softfloat: Convert integer to floatx80 to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80_sqrt to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80_add/sub to FloatParts
Richard Henderson committed
November 21, 2020
R
softfloat: Convert floatx80_round_to_int to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80_round to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80_div to FloatParts
Richard Henderson committed
R
softfloat: Convert floatx80_mul to FloatParts
Richard Henderson committed
R
softfloat: Introduce Floatx80RoundPrec
Richard Henderson committed
R
softfloat: Reduce FloatFmt
Richard Henderson committed
November 20, 2020
R
softfloat: Split out parts_uncanon_normal
Richard Henderson committed
November 18, 2020
R
softfloat: Move sqrt_float to softfloat-parts.c.inc
Richard Henderson committed
November 15, 2020
R
softfloat: Move scalbn_decomposed to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Move compare_floats to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Move minmax_flags to softfloat-parts.c.inc
Richard Henderson committed
May 17, 2021
D
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
David Hildenbrand committed
November 14, 2020
R
softfloat: Move uint_to_float to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Move int_to_float to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Move round_to_int to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Convert float-to-float conversions with float128
Richard Henderson committed
R
softfloat: Split float_to_float
Richard Henderson committed
November 11, 2020
R
softfloat: Move div_floats to softfloat-parts.c.inc
Richard Henderson committed
November 10, 2020
R
softfloat: Introduce sh[lr]_double primitives
Richard Henderson committed
October 24, 2020
R
softfloat: Move muladd_floats to softfloat-parts.c.inc
Richard Henderson committed
R
softfloat: Implement float128_add/sub via parts
Richard Henderson committed
November 12, 2020
R
softfloat: Move mul_floats to softfloat-parts.c.inc
Richard Henderson committed