index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-11
softfloat: Replace WHICH with RET in parts_pick_nan
Richard Henderson
1
-15
/
+13
2024-12-11
softfloat: Sink frac_cmp in parts_pick_nan until needed
Richard Henderson
1
-10
/
+9
2024-12-11
softfloat: Share code between parts_pick_nan cases
Richard Henderson
1
-20
/
+12
2024-12-11
softfloat: Inline pickNaN
Richard Henderson
2
-104
/
+72
2024-12-11
softfloat: Use parts_pick_nan in propagateFloatx80NaN
Richard Henderson
1
-39
/
+6
2024-12-11
softfloat: Move propagateFloatx80NaN to softfloat.c
Richard Henderson
2
-52
/
+52
2024-12-11
softfloat: Pad array size in pick_nan_muladd
Richard Henderson
1
-1
/
+1
2024-12-11
softfloat: Remove which from parts_pick_nan_muladd
Richard Henderson
1
-22
/
+10
2024-12-11
softfloat: Use goto for default nan case in pick_nan_muladd
Richard Henderson
1
-10
/
+10
2024-12-11
softfloat: Inline pickNaNMulAdd
Richard Henderson
2
-55
/
+40
2024-12-11
fpu: Remove default handling for dnan_pattern
Peter Maydell
1
-14
/
+0
2024-12-11
target/hexagon: Set default NaN pattern explicitly
Peter Maydell
1
-5
/
+0
2024-12-11
target/sparc: Set default NaN pattern explicitly
Peter Maydell
1
-4
/
+1
2024-12-11
target/m68k: Set default NaN pattern explicitly
Peter Maydell
1
-1
/
+1
2024-12-11
target/hppa: Set default NaN pattern explicitly
Peter Maydell
1
-3
/
+0
2024-12-11
target/i386: Set default NaN pattern explicitly
Peter Maydell
1
-3
/
+0
2024-12-11
target/microblaze: Set default NaN pattern explicitly
Peter Maydell
1
-2
/
+1
2024-12-11
fpu: Allow runtime choice of default NaN value
Peter Maydell
1
-21
/
+32
2024-12-11
softfloat: Create floatx80 default NaN from parts64_default_nan
Peter Maydell
1
-10
/
+10
2024-12-11
target/hppa: Set Float3NaNPropRule explicitly
Peter Maydell
1
-4
/
+0
2024-12-11
target/xtensa: Set Float3NaNPropRule explicitly
Peter Maydell
1
-8
/
+0
2024-12-11
target/mips: Set Float3NaNPropRule explicitly
Peter Maydell
1
-7
/
+1
2024-12-11
target/sparc: Set Float3NaNPropRule explicitly
Peter Maydell
1
-2
/
+0
2024-12-11
target/s390x: Set Float3NaNPropRule explicitly
Peter Maydell
1
-2
/
+0
2024-12-11
target/ppc: Set Float3NaNPropRule explicitly
Peter Maydell
1
-6
/
+0
2024-12-11
target/loongarch: Set Float3NaNPropRule explicitly
Peter Maydell
1
-2
/
+0
2024-12-11
target/arm: Set Float3NaNPropRule explicitly
Peter Maydell
1
-7
/
+1
2024-12-11
softfloat: Allow runtime choice of NaN propagation for muladd
Peter Maydell
1
-125
/
+40
2024-12-11
softfloat: Pass have_snan to pickNaNMulAdd
Peter Maydell
2
-3
/
+4
2024-12-11
target/hppa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-12
/
+1
2024-12-11
target/loongarch: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-6
/
+1
2024-12-11
target/x86: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-1
/
+1
2024-12-11
target/xtensa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-1
/
+1
2024-12-11
target/sparc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-2
/
+1
2024-12-11
target/mips: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-15
/
+1
2024-12-11
target/ppc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-6
/
+1
2024-12-11
target/s390: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-2
/
+0
2024-12-11
target/arm: Set FloatInfZeroNaNRule explicitly
Peter Maydell
1
-7
/
+1
2024-12-11
softfloat: Allow runtime choice of inf * 0 + NaN result
Peter Maydell
1
-30
/
+61
2024-12-11
fpu: Check for default_nan_mode before calling pickNaNMulAdd
Peter Maydell
2
-4
/
+13
2024-12-11
fpu: handle raising Invalid for infzero in pick_nan_muladd
Peter Maydell
2
-34
/
+8
2024-11-18
target/s390x: Fix the floating-point multiply-and-add NaN rules
Ilya Leoshkevich
1
-0
/
+19
2024-11-05
softfloat: Remove fallback rule from pickNaN()
Peter Maydell
1
-20
/
+3
2024-11-05
target/rx: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-1
/
+2
2024-11-05
target/openrisc: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-1
/
+1
2024-11-05
target/microblaze: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-1
/
+2
2024-11-05
target/alpha: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-1
/
+1
2024-11-05
target/i386: Set 2-NaN propagation rule explicitly
Peter Maydell
1
-1
/
+2
2024-11-05
target/xtensa: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-11
/
+1
2024-11-05
target/sparc: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-4
/
+2
[next]