Sign in
qemu
/
qemu
/
663e475fbeecf3de9b4d1a84454bccfb67e87bc2
/
fpu
00f4327
fpu: rename softfloat-specialize.h -> .inc.c
by Alex Bennée
· 5 years ago
e932112
fpu: replace LIT64 with UINT64_C macros
by Alex Bennée
· 5 years ago
2c217da
fpu: use min/max values from stdint.h for integral overflow
by Alex Bennée
· 5 years ago
e6b405f
fpu: convert float[16/32/64]_squash_denormal to new modern style
by Alex Bennée
· 5 years ago
f7e81a9
fpu: replace LIT64 usage with UINT64_C for specialize constants
by Alex Bennée
· 5 years ago
896f51f
hardfloat: fix float32/64 fused multiply-add
by Kito Cheng
· 6 years ago
7ca96e1
target/mips: Fix minor bug in FPU
by Mateja Marjanovic
· 6 years ago
5d64abb
softfloat: Support float_round_to_odd more places
by Richard Henderson
· 6 years ago
e45de99
softfloat: Implement float128_to_uint32
by David Hildenbrand
· 6 years ago
f6b3b10
softfloat: enforce softfloat if the host's FMA is broken
by Emilio G. Cota
· 6 years ago
d9fe9db
hardfloat: implement float32/64 comparison
by Emilio G. Cota
· 7 years ago
f131bae
hardfloat: implement float32/64 square root
by Emilio G. Cota
· 7 years ago
ccf770b
hardfloat: implement float32/64 fused multiply-add
by Emilio G. Cota
· 7 years ago
4a62956
hardfloat: implement float32/64 division
by Emilio G. Cota
· 7 years ago
2dfabc8
hardfloat: implement float32/64 multiplication
by Emilio G. Cota
· 7 years ago
1b615d4
hardfloat: implement float32/64 addition and subtraction
by Emilio G. Cota
· 7 years ago
a94b783
fpu: introduce hardfloat
by Emilio G. Cota
· 7 years ago
f9943c7
softfloat: rename canonicalize to sf_canonicalize
by Emilio G. Cota
· 7 years ago
97ff87c
qemu/compiler: Wrap __attribute__((flatten)) in a macro
by Thomas Huth
· 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
· 6 years ago
2abdfe2
softfloat: Add scaling int-to-float routines
by Richard Henderson
· 6 years ago
64d450a
softfloat: Fix missing inexact for floating-point add
by Richard Henderson
· 6 years ago
377ed92
fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan
by Richard Henderson
· 7 years ago
8fb3d90
fpu/softfloat: Clean up parts_default_nan
by Richard Henderson
· 7 years ago
0218a16
fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan
by Richard Henderson
· 7 years ago
3bd2dec
fpu/softfloat: Pass FloatClass to pickNaNMulAdd
by Richard Henderson
· 7 years ago
4f251cf
fpu/softfloat: Pass FloatClass to pickNaN
by Richard Henderson
· 7 years ago
247d1f2
fpu/softfloat: Make is_nan et al available to softfloat-specialize.h
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
4885312
fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN
by Richard Henderson
· 7 years ago
6fed16b
fpu/softfloat: re-factor float to float conversions
by Alex Bennée
· 7 years ago
ca3a3d5
fpu/softfloat: Partial support for ARM Alternative half-precision
by Alex Bennée
· 7 years ago
0bcfbcb
fpu/softfloat: Replace float_class_msnan with parts_silence_nan
by Richard Henderson
· 7 years ago
f7e598e
fpu/softfloat: Replace float_class_dnan with parts_default_nan
by Richard Henderson
· 7 years ago
298b468
fpu/softfloat: Introduce parts_is_snan_frac
by Richard Henderson
· 7 years ago
94933df
fpu/softfloat: Canonicalize NaN fraction
by Richard Henderson
· 7 years ago
0664335
fpu/softfloat: Move softfloat-specialize.h below FloatParts definition
by Richard Henderson
· 7 years ago
d619bb9
fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
by Richard Henderson
· 7 years ago
bca5223
fpu/softfloat: Merge NO_SIGNALING_NANS definitions
by Richard Henderson
· 7 years ago
6603d50
fpu/softfloat: Fix conversion from uint64 to float128
by Petr Tesarik
· 7 years ago
3335837
fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)
by Peter Maydell
· 7 years ago
a5a5f5e
fpu/softfloat: int_to_float ensure r fully initialised
by Alex Bennée
· 7 years ago
1839189
softfloat: Handle default NaN mode after pickNaNMulAdd, not before
by Peter Maydell
· 7 years ago
ce8d408
fpu: Bound increment for scalbn
by Richard Henderson
· 7 years ago
9cb4e39
fpu/softfloat: check for Inf / x or 0 / x before /0
by Alex Bennée
· 7 years ago
801bc56
fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack
by Alex Bennée
· 7 years ago
6245327
softfloat: fix {min, max}nummag for same-abs-value inputs
by Emilio G. Cota
· 7 years ago
bd49e60
fpu: Fix rounding mode for floatN_to_uintM_round_to_zero
by Richard Henderson
· 7 years ago
cffad42
softfloat: fix crash on int conversion of SNaN
by Stef O'Rear
· 7 years ago
f798f1e
RISC-V FPU Support
by Michael Clark
· 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
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
a90119b
fpu/softfloat: define decompose structures
by Alex Bennée
· 7 years ago
d97544c
fpu/softfloat: move the extract functions to the top of the file
by Alex Bennée
· 7 years ago
1389452
fpu/softfloat: improve comments on ARM NaN propagation
by Alex Bennée
· 7 years ago
210cbd4
fpu/softfloat: implement float16_squash_input_denormal
by Alex Bennée
· 7 years ago
0f72129
softfloat: define floatx80_round()
by Laurent Vivier
· 7 years ago
e5b0cbe
softfloat: define 680x0 specific values
by Laurent Vivier
· 8 years ago
d000b47
softfloat: Use correct type in float64_to_uint64_round_to_zero()
by Peter Maydell
· 8 years ago
fd42503
softfloat: Add float128_to_uint32_round_to_zero()
by Bharata B Rao
· 8 years ago
2e6d856
softfloat: Add float128_to_uint64_round_to_zero()
by Bharata B Rao
· 8 years ago
9ee6f67
softfloat: Add round-to-odd rounding mode
by Bharata B Rao
· 8 years ago
5d51eae
softfloat: Fix the default qNAN for target-ppc
by Bharata B Rao
· 8 years ago
005fa38
target-hppa: Add softfloat specializations
by Richard Henderson
· 8 years ago
d1eb8f2
fpu: add mechanism to check for invalid long double formats
by Andrew Dutcher
· 8 years ago
dfd6076
softfloat: Fix warn about implicit conversion from int to int8_t
by Pranith Kumar
· 8 years ago
c27644f
softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()
by Aleksandar Markovic
· 9 years ago
a7c04d5
softfloat: For Mips only, correct default NaN values
by Aleksandar Markovic
· 9 years ago
a59eaea
softfloat: Clean code format in fpu/softfloat-specialize.h
by Aleksandar Markovic
· 9 years ago
af39bc8
softfloat: Implement run-time-configurable meaning of signaling NaN bit
by Aleksandar Markovic
· 9 years ago
996a729
target-tricore: Add FPU infrastructure
by Bastian Koppelmann
· 9 years ago
0c48262
fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
by Peter Maydell
· 9 years ago
07d792d
fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts
by Peter Maydell
· 9 years ago
0bb721d
fpu: Remove use of int_fast16_t in conversions to int16
by Peter Maydell
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
7ceac86
softfloat: fix return type of roundAndPackFloat16
by Aurelien Jarno
· 9 years ago
8f506c7
fpu: Replace int8 typedef with int8_t
by Peter Maydell
· 9 years ago
3a87d00
fpu: Replace uint32 typedef with uint32_t
by Peter Maydell
· 9 years ago
f401451
fpu: Replace int32 typedef with int32_t
by Peter Maydell
· 9 years ago
182f42f
fpu: Replace uint64 typedef with uint64_t
by Peter Maydell
· 9 years ago
f42c222
fpu: Replace int64 typedef with int64_t
by Peter Maydell
· 9 years ago
2daea9c
target-s390x: define default NaN values
by Aurelien Jarno
· 10 years ago
a2f2d28
softfloat: expand out STATUS macro
by Peter Maydell
· 10 years ago
ff32e16
softfloat: expand out STATUS_VAR
by Peter Maydell
· 10 years ago
e5a41ff
softfloat: Expand out the STATUS_PARAM macro
by Peter Maydell
· 10 years ago
Next »