Put optimized memcpy into folly
authorBin Liu <binliu@fb.com>
Thu, 17 Dec 2015 00:48:11 +0000 (16:48 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Thu, 17 Dec 2015 01:20:22 +0000 (17:20 -0800)
commit1ec38b40db9c29ae05b2257b5b34806752945e77
tree953bb3c91796854057babf7ca11521f86b160ffe
parentf05cdbc13d3b553b5ce79c0bfa28317462f80f19
Put optimized memcpy into folly

Summary: There is an optimized assembler version of memcpy that is showing 1.5% gain on TAO, add it to folly

Reviewed By: yfeldblum

Differential Revision: D2218473

fb-gh-sync-id: d5ac7f5ab30ff6febe7e94b017766c68dbd8934d
folly/memcpy.S [new file with mode: 0644]
folly/test/MemcpyTest.cpp [new file with mode: 0644]