blob: dfa46c8a34f5c3c579ececeff6895184c0b189a6 [file] [log] [blame]
Douglas Gregor3f09de62012-01-29 20:52:14 +00001// RUN: rm -rf %t
NAKAMURA Takumid8f100f2012-02-01 14:09:19 +00002// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -D__need_wint_t %s -Xclang -verify
Douglas Gregor4c698592012-11-05 20:11:10 +00003// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodule-cache-path %t -D__need_wint_t %s -Xclang -verify
Andy Gibbsc6e68da2012-10-19 12:44:48 +00004// expected-no-diagnostics
Douglas Gregor3f09de62012-01-29 20:52:14 +00005
Douglas Gregor0070c0b2012-01-30 06:38:25 +00006#ifdef __SSE__
Ted Kremenekc1e4dd02012-03-01 22:07:04 +00007@__experimental_modules_import _Builtin_intrinsics.intel.sse;
Douglas Gregor0070c0b2012-01-30 06:38:25 +00008#endif
9
10#ifdef __AVX2__
Ted Kremenekc1e4dd02012-03-01 22:07:04 +000011@__experimental_modules_import _Builtin_intrinsics.intel.avx2;
Douglas Gregor0070c0b2012-01-30 06:38:25 +000012#endif