index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fpu
/
softfloat-specialize.c.inc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fpu: Always decide snan_bit_is_one() at runtime
Peter Maydell
2025-02-25
1
-7
/
+0
*
fpu: Always decide no_signaling_nans() at runtime
Peter Maydell
2025-02-25
1
-4
/
+0
*
fpu: Make targets specify whether floatx80 Inf can have Int bit clear
Peter Maydell
2025-02-25
1
-10
/
+0
*
fpu: Make targets specify floatx80 default Inf at runtime
Peter Maydell
2025-02-25
1
-0
/
+10
*
softfloat: Inline pickNaN
Richard Henderson
2024-12-11
1
-96
/
+0
*
softfloat: Move propagateFloatx80NaN to softfloat.c
Richard Henderson
2024-12-11
1
-52
/
+0
*
softfloat: Inline pickNaNMulAdd
Richard Henderson
2024-12-11
1
-54
/
+0
*
fpu: Remove default handling for dnan_pattern
Peter Maydell
2024-12-11
1
-14
/
+0
*
target/hexagon: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-5
/
+0
*
target/sparc: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-4
/
+1
*
target/m68k: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-1
/
+1
*
target/hppa: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-3
/
+0
*
target/i386: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-3
/
+0
*
target/microblaze: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-2
/
+1
*
fpu: Allow runtime choice of default NaN value
Peter Maydell
2024-12-11
1
-21
/
+32
*
softfloat: Create floatx80 default NaN from parts64_default_nan
Peter Maydell
2024-12-11
1
-10
/
+10
*
target/hppa: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-4
/
+0
*
target/xtensa: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-8
/
+0
*
target/mips: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-7
/
+1
*
target/sparc: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-2
/
+0
*
target/s390x: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-2
/
+0
*
target/ppc: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-6
/
+0
*
target/loongarch: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-2
/
+0
*
target/arm: Set Float3NaNPropRule explicitly
Peter Maydell
2024-12-11
1
-7
/
+1
*
softfloat: Allow runtime choice of NaN propagation for muladd
Peter Maydell
2024-12-11
1
-125
/
+40
*
softfloat: Pass have_snan to pickNaNMulAdd
Peter Maydell
2024-12-11
1
-1
/
+1
*
target/hppa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-12
/
+1
*
target/loongarch: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-6
/
+1
*
target/x86: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-1
/
+1
*
target/xtensa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-1
/
+1
*
target/sparc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-2
/
+1
*
target/mips: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-15
/
+1
*
target/ppc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-6
/
+1
*
target/s390: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-2
/
+0
*
target/arm: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2024-12-11
1
-7
/
+1
*
softfloat: Allow runtime choice of inf * 0 + NaN result
Peter Maydell
2024-12-11
1
-30
/
+61
*
fpu: Check for default_nan_mode before calling pickNaNMulAdd
Peter Maydell
2024-12-11
1
-2
/
+7
*
fpu: handle raising Invalid for infzero in pick_nan_muladd
Peter Maydell
2024-12-11
1
-28
/
+1
*
target/s390x: Fix the floating-point multiply-and-add NaN rules
Ilya Leoshkevich
2024-11-18
1
-0
/
+19
*
softfloat: Remove fallback rule from pickNaN()
Peter Maydell
2024-11-05
1
-20
/
+3
*
target/rx: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-1
/
+2
*
target/openrisc: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-1
/
+1
*
target/microblaze: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-1
/
+2
*
target/alpha: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-1
/
+1
*
target/i386: Set 2-NaN propagation rule explicitly
Peter Maydell
2024-11-05
1
-1
/
+2
*
target/xtensa: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-11
/
+1
*
target/sparc: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-4
/
+2
*
target/m68k: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-18
/
+1
*
target/ppc: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-8
/
+2
*
target/s390x: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-3
/
+2
[next]