gcc has these intrinsics in ia32intrin.h as well. And icc implements them
though they aren't documented in the Intel Intrinsics Guide.
Details
Details
- Reviewers
spatel RKSimon - Commits
- rGe0941cb32650: [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics to match gcc and icc.
rC356609: [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics to match gcc and icc.
rL356609: [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics to match gcc and icc.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with one minor (doxygen desciptions)
lib/Headers/ia32intrin.h | ||
---|---|---|
58 ↗ | (On Diff #191251) | Please can you copy the doxygen comments from smmintrin.h (_mm_crc32_u8 etc.)? |