repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
Headers
/
wmmintrin.c
blob
8cabbf066388b7eb86b7de9931f74e24ffdcf79f
1
// Check that wmmintrin.h is includable with just -maes.
2
// RUN: %clang_cc1 -triple x86_64-unknown-unknown \
3
// RUN: -verify %s -ffreestanding -target-feature +aes
4
// expected-no-diagnostics
5
#include <wmmintrin.h>