blob: 5ea7d795c73de3c5eb0024b35917fa463df726f8 [file] [log] [blame]
Douglas Gregor3e80d8a2012-01-29 20:52:14 +00001// RUN: rm -rf %t
Douglas Gregor953a61f2013-02-07 19:01:24 +00002// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
3// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00004// expected-no-diagnostics
NAKAMURA Takumi4637d182013-01-17 01:07:09 +00005// XFAIL: win32
Douglas Gregor3e80d8a2012-01-29 20:52:14 +00006
Douglas Gregore727d212012-01-30 06:38:25 +00007#ifdef __SSE__
Douglas Gregor1b257af2012-12-11 22:11:52 +00008@import _Builtin_intrinsics.intel.sse;
Douglas Gregore727d212012-01-30 06:38:25 +00009#endif
10
11#ifdef __AVX2__
Douglas Gregor1b257af2012-12-11 22:11:52 +000012@import _Builtin_intrinsics.intel.avx2;
Douglas Gregore727d212012-01-30 06:38:25 +000013#endif