hash: check SSE flags only on x86 builds
[dpdk.git] / lib / librte_hash / rte_hash_crc.h
2015-07-13 Cyril Chemparathyhash: check SSE flags only on x86 builds
2015-03-26 Yerden Zhumabekovhash: fix strict-aliasing for CRC
2015-03-23 Michael Qiuhash: fix crc32 error when built for i686 and run in...
2015-03-09 Michael Qiuhash: fix unsupported crc instruction in i686 platform
2015-02-23 Yerden Zhumabekovhash: slice CRC data into 8-byte pieces
2015-02-23 Yerden Zhumabekovhash: fallback to software CRC32 implementation
2015-02-23 Yerden Zhumabekovhash: add CRC function for 8 bytes
2015-02-23 Yerden Zhumabekovhash: replace built-in functions implementing SSE4.2
2015-02-23 Yerden Zhumabekovhash: add assembly implementation of CRC32 intrinsics
2015-02-23 Yerden Zhumabekovhash: add software CRC32 implementation
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-02-26 H. Peter Anvinhash: reverse the operand order to crc32
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intelhash: use intrinsic
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release