Enable GroupVarint on PPC64
authorGustavo Serra Scalet <gustavo.scalet@eldorado.org.br>
Tue, 5 Jan 2016 20:18:23 +0000 (12:18 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Tue, 5 Jan 2016 21:20:23 +0000 (13:20 -0800)
commit061b5de8f45d92b85fdc975b4172e25216f98e11
tree6e51852b9ad5908563899e94257158e773f86e1e
parenta0430d4af768030131d1f040a7e4c65ee188fa45
Enable GroupVarint on PPC64

Summary:
This PR is necessary for both Folly and HHVM to compile on PPC64 (https://github.com/PPC64/hhvm) and other platforms that are not compatible with SSE instructions.

It also removes GroupVarint32 tables generator dependency on x86 platform.
Closes https://github.com/facebook/folly/pull/339

Reviewed By: mxw

Differential Revision: D2760156

fb-gh-sync-id: b4e93b54b62d6f68ccf684d34840678f677bf276
folly/GroupVarint.h
folly/build/generate_varint_tables.py