summaryrefslogtreecommitdiff
path: root/clang/test/Headers/riscv-vector-header.c
blob: 70db4d63c276e00ebb291ed6dba116676ab68560 (plain)
1
2
3
4
5
6
7
8
// REQUIRES: riscv-registered-target

// RUN: %clang_cc1 -triple riscv64 -fsyntax-only \
// RUN:   -target-feature +m -target-feature +a -target-feature +f \
// RUN:   -target-feature +d -target-feature +v %s
// expected-no-diagnostics

#include <riscv_vector.h>