summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/x86-crc-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics to match gcc and icc.Craig Topper2019-03-201-0/+30
gcc has these intrinsics in ia32intrin.h as well. And icc implements them though they aren't documented in the Intel Intrinsics Guide. Differential Revision: https://reviews.llvm.org/D59533 llvm-svn: 356609
OpenPOWER on IntegriCloud