Re: [PATCH 20/21] target/rx: Explicitly set 2-NaN propagation rule

2024-10-28 Thread Richard Henderson
On 10/25/24 15:12, Peter Maydell wrote: Set the NaN propagation rule explicitly for the float_status word used in the rx target. This not the architecturally correct behaviour, but since this is a no-behaviour-change patch, we leave a TODO note to that effect. Signed-off-by: Peter Maydell ---

Re: [PATCH 20/21] target/rx: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Philippe Mathieu-Daudé
On 25/10/24 11:12, Peter Maydell wrote: Set the NaN propagation rule explicitly for the float_status word used in the rx target. This not the architecturally correct behaviour, but since this is a no-behaviour-change patch, we leave a TODO note to that effect. Signed-off-by: Peter Maydell ---

[PATCH 20/21] target/rx: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Peter Maydell
Set the NaN propagation rule explicitly for the float_status word used in the rx target. This not the architecturally correct behaviour, but since this is a no-behaviour-change patch, we leave a TODO note to that effect. Signed-off-by: Peter Maydell --- target/rx/cpu.c| 7 ++