commit | 75a6784dad3d3968a1b13698e5a11fffd089cb7a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 03 17:22:14 2024 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 05 13:12:35 2024 +0100 |
tree | 984899698de43c5e566189c46e5dfbf03d0586d5 | |
parent | ecabcfa47c51df51238ffc818506adce1bca6802 [diff] |
target/arm: Pass env pointer through to gvec_bfdot helper Pass the env pointer through to the gvec_bfdot helper, so we can use it to add support for FEAT_EBF16. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>