Opened 7 years ago

Last modified 6 years ago

#12008 new Feature Requests

Support Intel SSE instructions for CRC-32C

Reported by: arkadiy_s@… 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)

http://stackoverflow.com/a/16623151/61505

Change History (2)

comment:1 by jking@…, 6 years ago

This is a duplicate of 12007.

comment:1 by jking@…, 6 years ago

This is a duplicate of 12007.

Note: See TracTickets for help on using tickets.