You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
300 B
9 lines
300 B
// 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>
|