[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Headers / wmmintrin.c
blob8cabbf066388b7eb86b7de9931f74e24ffdcf79f
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>