diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2019-04-14 09:13:21 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2019-05-13 22:52:08 +0000 |
| commit | a2ce146a06807fe1d1a81e878b8f249ff1e14038 (patch) | |
| tree | 467ed6cf2cd4a1711e4691583977e29232c8b984 /tcg/i386/tcg-target.h | |
| parent | 5ee5c14cacda27e904cd6b0d9e7ffe1acff42838 (diff) | |
| download | focaccia-qemu-a2ce146a06807fe1d1a81e878b8f249ff1e14038.tar.gz focaccia-qemu-a2ce146a06807fe1d1a81e878b8f249ff1e14038.zip | |
tcg/i386: Support vector variable shift opcodes
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/i386/tcg-target.h')
| -rw-r--r-- | tcg/i386/tcg-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 241bf19413..b240633455 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -184,7 +184,7 @@ extern bool have_avx2; #define TCG_TARGET_HAS_neg_vec 0 #define TCG_TARGET_HAS_shi_vec 1 #define TCG_TARGET_HAS_shs_vec 0 -#define TCG_TARGET_HAS_shv_vec 0 +#define TCG_TARGET_HAS_shv_vec have_avx2 #define TCG_TARGET_HAS_cmp_vec 1 #define TCG_TARGET_HAS_mul_vec 1 #define TCG_TARGET_HAS_sat_vec 1 |