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
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
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