From 4216ba239b269ffdabd27b29ffd6ae19aff3e554 Mon Sep 17 00:00:00 2001 From: x Date: Thu, 5 Jan 2017 12:55:08 +0100 Subject: [PATCH] TurboPFor: Bit Unpacking SIMD/AVX2 --- bitunpack256v.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitunpack256v.c b/bitunpack256v.c index 2311bae..a446bd4 100644 --- a/bitunpack256v.c +++ b/bitunpack256v.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// "Integer Compression" SIMD Bit Packing +// "Integer Compression" AVX2 Bit Packing #ifndef VSTO #include