|
From: | Richard Henderson |
Subject: | Re: [PATCH 5/8] target/arm: Pass env pointer through to gvec_bfmmla helper |
Date: | Wed, 31 Jul 2024 11:38:17 +1000 |
User-agent: | Mozilla Thunderbird |
On 7/31/24 02:03, Peter Maydell wrote:
Pass the env pointer through to the gvec_bfmmla helper, so we can use it to add support for FEAT_EBF16. Signed-off-by: Peter Maydell<peter.maydell@linaro.org> --- target/arm/helper.h | 4 ++-- target/arm/tcg/translate-a64.c | 2 +- target/arm/tcg/translate-neon.c | 4 ++-- target/arm/tcg/translate-sve.c | 2 +- target/arm/tcg/vec_helper.c | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |