summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-mm-align.c
Commit message (Collapse)AuthorAgeFilesLines
* [clang] Remove redundant --check-prefix=CHECK from testsMandeep Singh Grang2016-10-241-1/+1
| | | | | | | | | | | | Reviewers: mkuper, rengolin, hans Subscribers: cfe-commits Tags: #clang-c Differential Revision: https://reviews.llvm.org/D25893 llvm-svn: 285001
* s/Intrin.h/intrin.h/, trying to fix the build after r272701Hans Wennborg2016-06-141-2/+2
| | | | llvm-svn: 272702
* [ms] Reintroduce feature guards in intrinsic headers in Microsoft modeNico Weber2016-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Visual Studio's C++ standard library headers include intrin.h, so the intrinsic headers get included a lot more often in Microsoft mode than elsewhere. The AVX512 intrinsics are a lot of code (0.7 MB, causing 30% compile time overhead for small programs including e.g. <string> and 6% compile time overhead for larger projects like e.g. v8). Since multiversioning can't be relied on in Microsoft mode (cl.exe doesn't support it), having faster compiles seems like the much better tradeoff until we have a better intrinsic story going forward (which we'll need for e.g. PR19898). Actually using intrinsics on Windows already requires the right /arch: settings, so this patch should have no big behavior change. See also thread "The intrinsics headers (especially avx512) are too big. What to do about it?" on cfe-dev. http://reviews.llvm.org/D20291 llvm-svn: 269675
* [X86] Add support for _MM_ALIGN16Michael Kuperstein2015-08-061-0/+16
Differential Revision: http://reviews.llvm.org/D11753 llvm-svn: 244201
OpenPOWER on IntegriCloud