From 46c3e6233f64f9ea523b50fdbb377f45fbdbeba7 Mon Sep 17 00:00:00 2001 From: x Date: Thu, 5 Jan 2017 12:59:59 +0100 Subject: [PATCH] TurboPFor: Bit Packing SIMD/AVX2 --- bitpack256v.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitpack256v.c b/bitpack256v.c index f945153..bc53edd 100644 --- a/bitpack256v.c +++ b/bitpack256v.c @@ -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 #include "bitpack.h"