2012-01-30 04:52:14 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-01-22 08:45:20 +08:00
|
|
|
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -I%S/Inputs/System/usr/include -Xclang -verify
|
|
|
|
// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -I%S/Inputs/System/usr/include -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-12-12 06:11:52 +08:00
|
|
|
@import _Builtin_intrinsics.intel.sse;
|
2012-01-30 14:38:25 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __AVX2__
|
2012-12-12 06:11:52 +08:00
|
|
|
@import _Builtin_intrinsics.intel.avx2;
|
2012-01-30 14:38:25 +08:00
|
|
|
#endif
|