1 | // Make sure the intrinsic headers compile cleanly with no warnings or errors. |
---|---|
2 | |
3 | // RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -Wsystem-headers \ |
4 | // RUN: -fsyntax-only -fno-lax-vector-conversions -x c++ -verify %s |
5 | |
6 | // expected-no-diagnostics |
7 | |
8 | #include <x86intrin.h> |
9 |