Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics to match gcc and icc. | Craig Topper | 2019-03-20 | 1 | -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 |