aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2018-12-18 07:27:06 +0000
committerRichard Henderson <richard.henderson@linaro.org>2019-01-28 07:03:34 -0800
commit93f332a50371936ea02392bdb748c8140ef3f06a (patch)
tree36d7e6bbe0ebf009e311f0f3fa0005d5a73d5115 /tcg/aarch64/tcg-target.h
parentd32648d445c534cea7e2ad7ed8608208aa8831c1 (diff)
downloadqemu-93f332a50371936ea02392bdb748c8140ef3f06a.zip
qemu-93f332a50371936ea02392bdb748c8140ef3f06a.tar.gz
qemu-93f332a50371936ea02392bdb748c8140ef3f06a.tar.bz2
tcg/aarch64: Implement vector minmax arithmetic
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64/tcg-target.h')
-rw-r--r--tcg/aarch64/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h
index a188454..2d93cf4 100644
--- a/tcg/aarch64/tcg-target.h
+++ b/tcg/aarch64/tcg-target.h
@@ -136,7 +136,7 @@ typedef enum {
#define TCG_TARGET_HAS_cmp_vec 1
#define TCG_TARGET_HAS_mul_vec 1
#define TCG_TARGET_HAS_sat_vec 1
-#define TCG_TARGET_HAS_minmax_vec 0
+#define TCG_TARGET_HAS_minmax_vec 1
#define TCG_TARGET_DEFAULT_MO (0)
#define TCG_TARGET_HAS_MEMORY_BSWAP 1