diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-11-04 19:44:28 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-06-05 09:08:39 -0700 |
commit | 90b1433da8d51ecf0ab36d4c61eec949ee2fffbb (patch) | |
tree | 25970c39dbeb9dd8affbc1883d89721bab4ca88b /target/sparc/cpu-feature.h.inc | |
parent | 68a414e99d438ff5e3e598d140c8f81638a8ea9e (diff) |
target/sparc: Add feature bit for VIS4
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/sparc/cpu-feature.h.inc')
-rw-r--r-- | target/sparc/cpu-feature.h.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sparc/cpu-feature.h.inc b/target/sparc/cpu-feature.h.inc index e2e6de9144..be81005237 100644 --- a/target/sparc/cpu-feature.h.inc +++ b/target/sparc/cpu-feature.h.inc @@ -15,3 +15,4 @@ FEATURE(CASA) FEATURE(FMAF) FEATURE(VIS3) FEATURE(IMA) +FEATURE(VIS4) |