|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 01/11] target/arm: Copy entire float_status in is_ebf |
Date: | Wed, 4 Dec 2024 07:14:15 +0100 |
User-agent: | Mozilla Thunderbird |
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. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- target/arm/tcg/vec_helper.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |