summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/sha-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix ifdef macro missed in previous commitBen Langmuir2013-09-191-2/+2
| | | | llvm-svn: 191003
* Add C intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-191-0/+35
Intrinsics added shaintrin.h, which is included from x86intrin.h if __SHA__ is enabled. SHA implies SSE2, which is needed for the __m128i type. Also add the -msha/-mno-sha option. llvm-svn: 190999
OpenPOWER on IntegriCloud