TurboPFor: Bit Packing SIMD/AVX2

This commit is contained in:
x
2017-01-05 12:59:59 +01:00
parent 51ffbf42c9
commit 46c3e6233f

View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// "Integer Compression" SIMD bit packing
// "Integer Compression" SIMD bit packing
#ifndef VSTI
#include <immintrin.h>
#include "bitpack.h"