blob: f120bcfd98246d75337ad5ecf8cec8e5e82318d9 [file] [log] [blame]
Douglas Gregor3e80d8a2012-01-29 20:52:14 +00001// RUN: rm -rf %t
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -I%S/Inputs/System/usr/include -Xclang -verify
3// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -I%S/Inputs/System/usr/include -Xclang -verify
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00004// expected-no-diagnostics
Douglas Gregor3e80d8a2012-01-29 20:52:14 +00005
Douglas Gregore727d212012-01-30 06:38:25 +00006#ifdef __SSE__
Douglas Gregor1b257af2012-12-11 22:11:52 +00007@import _Builtin_intrinsics.intel.sse;
Douglas Gregore727d212012-01-30 06:38:25 +00008#endif
9
10#ifdef __AVX2__
Douglas Gregor1b257af2012-12-11 22:11:52 +000011@import _Builtin_intrinsics.intel.avx2;
Douglas Gregore727d212012-01-30 06:38:25 +000012#endif