summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/x86-intrinsics-headers-clean.cpp
blob: d0b86bafb0a64c2c299fa67e24f555a593d8d267 (plain)
1
2
3
4
5
6
7
8
// Make sure the intrinsic headers compile cleanly with no warnings or errors.

// RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -Wsystem-headers \
// RUN:   -Wcast-qual -fsyntax-only -flax-vector-conversions=none -x c++ -verify %s

// expected-no-diagnostics

#include <x86intrin.h>
OpenPOWER on IntegriCloud