blob: a4f1dc21328d88bdec22013345c6348b02cf6b40 [file] [log] [blame]
Douglas Gregor3e80d8a2012-01-29 20:52:14 +00001// RUN: rm -rf %t
NAKAMURA Takumi9dc01f52012-02-01 14:09:19 +00002// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -D__need_wint_t %s -Xclang -verify
Douglas Gregor3e80d8a2012-01-29 20:52:14 +00003
Douglas Gregore727d212012-01-30 06:38:25 +00004#ifdef __SSE__
Douglas Gregoreb7b9eb2012-01-31 21:57:50 +00005@import _Builtin_intrinsics.intel.sse;
Douglas Gregore727d212012-01-30 06:38:25 +00006#endif
7
8#ifdef __AVX2__
Douglas Gregoreb7b9eb2012-01-31 21:57:50 +00009@import _Builtin_intrinsics.intel.avx2;
Douglas Gregore727d212012-01-30 06:38:25 +000010#endif