summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/mmintrin.devel.h
Commit message (Collapse)AuthorAgeFilesLines
* Actually use the mmintrin.h header, it's good enough now.Anders Carlsson2008-10-061-376/+0
| | | | llvm-svn: 57150
* Apparently gcc uses pi64 for the shift intrinsics.Anders Carlsson2008-10-061-4/+4
| | | | llvm-svn: 57145
* Remove copyright notice, we decided not to have them.Anders Carlsson2008-10-051-2/+0
| | | | llvm-svn: 57118
* Use double-underscores in front of all non-keywords to protect against Eli Friedman2008-05-141-134/+134
| | | | | | #define pollution. llvm-svn: 51128
* Make header use the new __builtin_shufflevector builtin.Eli Friedman2008-05-141-7/+8
| | | | llvm-svn: 51117
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+377
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
OpenPOWER on IntegriCloud