Re: [PATCH 01/11] target/arm: Copy entire float_status in is_ebf

2024-12-05 Thread Peter Maydell
On Tue, 3 Dec 2024 at 20:39, Richard Henderson wrote: > > Now that float_status has a bunch of fp parameters, > it is easier to copy an existing structure than create > one from scratch. Begin by copying the structure that > corresponds to the FPSR and make only the adjustments > required for BFl

Re: [PATCH 01/11] target/arm: Copy entire float_status in is_ebf

2024-12-03 Thread Philippe Mathieu-Daudé
On 3/12/24 21:39, Richard Henderson wrote: Now that float_status has a bunch of fp parameters, it is easier to copy an existing structure than create one from scratch. Begin by copying the structure that corresponds to the FPSR and make only the adjustments required for BFloat16 semantics. Sign

[PATCH 01/11] target/arm: Copy entire float_status in is_ebf

2024-12-03 Thread Richard Henderson
Now that float_status has a bunch of fp parameters, it is easier to copy an existing structure than create one from scratch. Begin by copying the structure that corresponds to the FPSR and make only the adjustments required for BFloat16 semantics. Signed-off-by: Richard Henderson --- target/arm