Move folly::compression::Instructions to a separate file
authorVignesh Gowda <vigneshgowda@fb.com>
Thu, 18 Jun 2015 17:00:51 +0000 (10:00 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 19 Jun 2015 02:30:12 +0000 (19:30 -0700)
commit86e0057c168a70f5cbe8a1d5397ee7bd0beb16d8
treec399f5b0b91977282fe941622e2fef63b4c54eb5
parent186bd8ade9668acd931201b4913d3c2af1f9535f
Move folly::compression::Instructions to a separate file

Summary: Moved abstraction layer for platform-specific bit-manipulation instructions from the EliasFanoCoding.h to Instructions.h since we will need to use it also for BitVectors:

Reviewed By: @ot

Differential Revision: D2165314
folly/Makefile.am
folly/experimental/EliasFanoCoding.h
folly/experimental/Instructions.h [new file with mode: 0644]