Clang Project

clang_source_code/test/Headers/wmmintrin.c
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>
6