aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/riscv-vector-float64-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/riscv-vector-float64-check.c')
-rw-r--r--clang/test/Sema/riscv-vector-float64-check.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Sema/riscv-vector-float64-check.c b/clang/test/Sema/riscv-vector-float64-check.c
index ee7db32..f21ae5c 100644
--- a/clang/test/Sema/riscv-vector-float64-check.c
+++ b/clang/test/Sema/riscv-vector-float64-check.c
@@ -1,5 +1,4 @@
-// RUN: %clang_cc1 -triple riscv64 -target-feature +f -target-feature +d \
-// RUN: -target-feature +zve64f -target-feature +zfh \
+// RUN: %clang_cc1 -triple riscv64 -target-feature +zve32x \
// RUN: -disable-O0-optnone -o - -fsyntax-only %s -verify
// REQUIRES: riscv-registered-target
#include <riscv_vector.h>