diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-04-17 13:53:02 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2019-05-13 22:52:08 +0000 |
commit | bcefc90208f8a1d6f619d61c2647281d92277015 (patch) | |
tree | ad254d47c251efac0d22503aa975127a6aedc2e7 /tcg/i386 | |
parent | ff1f11f7f8710a768f9313f24bd7f509d3db27e5 (diff) | |
download | qemu-bcefc90208f8a1d6f619d61c2647281d92277015.zip qemu-bcefc90208f8a1d6f619d61c2647281d92277015.tar.gz qemu-bcefc90208f8a1d6f619d61c2647281d92277015.tar.bz2 |
tcg: Add support for vector absolute value
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/i386')
-rw-r--r-- | tcg/i386/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 618aa52..7445f05 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -182,6 +182,7 @@ extern bool have_avx2; #define TCG_TARGET_HAS_orc_vec 0 #define TCG_TARGET_HAS_not_vec 0 #define TCG_TARGET_HAS_neg_vec 0 +#define TCG_TARGET_HAS_abs_vec 0 #define TCG_TARGET_HAS_shi_vec 1 #define TCG_TARGET_HAS_shs_vec 1 #define TCG_TARGET_HAS_shv_vec have_avx2 |