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.mayd...@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.hender...@linaro.org> r~