[dpdk-dev] [PATCH] hash: reverse the operand order to crc32 in rte_hash_crc.h

2014-02-25 Thread Thomas Monjalon
25/02/2014 11:07, H. Peter Anvin: > From: "H. Peter Anvin" > > Checkin > > a132a9cf2bcd440a974b9d3f5c44ba30b2c895a1 hash: use intrinsic > > changed the rte_hash_crc.h from using the crc32 instruction via inline > assembly to using an intrinsic. The intrinsic should allow for better > compiler

[dpdk-dev] [PATCH] hash: reverse the operand order to crc32 in rte_hash_crc.h

2014-02-25 Thread H. Peter Anvin
From: "H. Peter Anvin" Checkin a132a9cf2bcd440a974b9d3f5c44ba30b2c895a1 hash: use intrinsic changed the rte_hash_crc.h from using the crc32 instruction via inline assembly to using an intrinsic. The intrinsic should allow for better compiler performance, but the change did not account for the