From c7616bbf1215f720c4467daed3d489a04d7bfb9a Mon Sep 17 00:00:00 2001 From: powturbo Date: Sun, 17 Apr 2016 16:11:09 +0200 Subject: [PATCH] Bit Unpack SIMD --- bitunpackv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitunpackv.c b/bitunpackv.c index 7405626..2f6ebe9 100644 --- a/bitunpackv.c +++ b/bitunpackv.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// bitunpackv.c - "Integer Compression" SIMD Bit Packing +// bitunpackv.c - "Integer Compression" SIMD Bit Packing #ifndef VSTO #include