Opened 7 years ago
Last modified 6 years ago
#12007 new Feature Requests
Support Intel SSE instructions for CRC-32C
Reported by: | Owned by: | Daryle Walker | |
---|---|---|---|
Milestone: | To Be Determined | Component: | crc |
Version: | Boost 1.61.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
Please add separate typedef for boost::crc_optimal<32, 0x1EDC6F41, 0, 0, true, true> that will have specialization that use _mm_crc32_u* intrinsic on platforms that support it (maybe enable it by define)
Note:
See TracTickets
for help on using tickets.
This would be a useful addition to the library.