1 // REQUIRES: riscv-registered-target
3 // RUN: %clang_cc1 -triple riscv64 -fsyntax-only \
4 // RUN: -target-feature +m -target-feature +a -target-feature +f \
5 // RUN: -target-feature +d -target-feature +v %s
6 // expected-no-diagnostics
8 #include <riscv_vector.h>