2012-01-30 04:52:14 +08:00
|
|
|
// RUN: rm -rf %t
|
2012-02-01 22:09:19 +08:00
|
|
|
// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -D__need_wint_t %s -Xclang -verify
|
2012-11-06 04:11:10 +08:00
|
|
|
// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodule-cache-path %t -D__need_wint_t %s -Xclang -verify
|
2012-10-19 20:44:48 +08:00
|
|
|
// expected-no-diagnostics
|
2012-01-30 04:52:14 +08:00
|
|
|
|
2012-01-30 14:38:25 +08:00
|
|
|
#ifdef __SSE__
|
2012-03-02 06:07:04 +08:00
|
|
|
@__experimental_modules_import _Builtin_intrinsics.intel.sse;
|
2012-01-30 14:38:25 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __AVX2__
|
2012-03-02 06:07:04 +08:00
|
|
|
@__experimental_modules_import _Builtin_intrinsics.intel.avx2;
|
2012-01-30 14:38:25 +08:00
|
|
|
#endif
|