TurboPFor: Elias fano scalar + SIMD

This commit is contained in:
x
2017-01-04 16:34:40 +01:00
parent a42d09906e
commit c2ec346b7b

View File

@ -22,7 +22,7 @@
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// eliasfano.c - "Integer Compression" Elias Fano
// eliasfano.c - "Integer Compression" Elias Fano
#ifndef USIZE //------------------------------------ functions -----------------------------------------------------------------
#include <stdint.h>
#include <string.h>