brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · 8cabbf0 Raw
6 lines · 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 +aes4// expected-no-diagnostics5#include <wmmintrin.h>6