COMMITS
/ include/fpu/softfloat.h May 27, 2023
R
fpu: Add float64_to_int{32,64}_modulo
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: Extend float_exception_flags to 16 bits
Richard Henderson committed
October 21, 2021
C
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao committed
November 21, 2020
R
softfloat: Introduce Floatx80RoundPrec
Richard Henderson committed
May 17, 2021
D
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
David Hildenbrand committed
October 24, 2020
R
softfloat: Move muladd_floats to softfloat-parts.c.inc
Richard Henderson committed
October 21, 2020
R
softfloat: Inline float_raise
Richard Henderson committed
August 16, 2020
R
softfloat: Define comparison operations for bfloat16
Richard Henderson committed
August 13, 2020
L
softfloat: Define misc operations for bfloat16
LIU Zhiwei committed
L
softfloat: Define convert operations for bfloat16
LIU Zhiwei committed
L
softfloat: Define operations for bfloat16
LIU Zhiwei committed
June 16, 2020
S
softfloat: Add float16_is_normal
Stephen Long committed
July 30, 2020
F
softfloat: Add fp16 and uint8/int8 conversion functions
Frank Chang committed
K
softfloat: Implement the full set of comparisons for float16
Kito Cheng committed
July 24, 2020
L
target/i386: floatx80: avoid compound literals in static initializers
Laszlo Ersek committed
June 12, 2020
L
softfloat,m68k: disable floatx80_invalid_encoding() for m68k
Laurent Vivier committed
June 8, 2020
J
softfloat: return low bits of quotient from floatx80_modrem
Joseph Myers committed
J
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers committed
May 5, 2020
R
softfloat: Return bool from all classification predicates
Richard Henderson committed
R
softfloat: Inline floatx80 compare specializations
Richard Henderson committed
R
softfloat: Inline float128 compare specializations
Richard Henderson committed
R
softfloat: Inline float64 compare specializations
Richard Henderson committed
R
softfloat: Inline float32 compare specializations
Richard Henderson committed
R
softfloat: Name compare relation enum
Richard Henderson committed
R
softfloat: Name rounding mode enum
Richard Henderson committed
R
softfloat: Replace flag with bool
Richard Henderson committed
August 8, 2019
A
fpu: move inline helpers into a separate header
Alex Bennée committed
August 13, 2019
A
fpu: remove the LIT64 macro
Alex Bennée committed
February 6, 2019
D
softfloat: Implement float128_to_uint32
David Hildenbrand committed
D
softfloat: add float128_is_{normal,denormal}
David Hildenbrand committed
March 29, 2018
E
softfloat: add float{32,64}_is_zero_or_normal
Emilio G. Cota committed
March 16, 2018
E
softfloat: add float{32,64}_is_{de,}normal
Emilio G. Cota committed
A
fpu/softfloat: re-factor float to float conversions
Alex Bennée committed
September 12, 2018
E
softfloat: remove float64_trunc_to_int
Emilio G. Cota committed
August 24, 2018
R
softfloat: Add scaling float-to-int routines
Richard Henderson committed
R
softfloat: Add scaling int-to-float routines
Richard Henderson committed
May 10, 2018
R
fpu/softfloat: Remove floatX_maybe_silence_nan
Richard Henderson committed
R
fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
Richard Henderson committed
February 24, 2018
L
softfloat: use floatx80_infinity in softfloat
Laurent Vivier committed
L
softfloat: export some functions
Laurent Vivier committed
March 1, 2018
A
arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16
Alex Bennée committed
January 12, 2018
A
fpu/softfloat: re-factor sqrt
Alex Bennée committed
December 5, 2017
A
fpu/softfloat: re-factor compare
Alex Bennée committed
A
fpu/softfloat: re-factor minmax
Alex Bennée committed
November 30, 2017
A
fpu/softfloat: re-factor scalbn
Alex Bennée committed