blob: 8cabbf066388b7eb86b7de9931f74e24ffdcf79f [file] [log] [blame]
Daniel Dunbare946e362011-12-06 16:17:54 +00001// 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
Andy Gibbsc6e68da2012-10-19 12:44:48 +00004// expected-no-diagnostics
Daniel Dunbare946e362011-12-06 16:17:54 +00005#include <wmmintrin.h>