Bit Unpack SIMD

This commit is contained in:
powturbo
2016-04-17 16:11:09 +02:00
parent c16e88161f
commit c7616bbf12

View File

@ -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 <stdio.h>