From a42d09906e0452050a74bf943ad0afa84dada067 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 4 Jan 2017 16:34:21 +0100 Subject: [PATCH] TurboPFor: Elias fano scalar + SIMD --- eliasfano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eliasfano.h b/eliasfano.h index cfb768a..b06bf33 100644 --- a/eliasfano.h +++ b/eliasfano.h @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// eliasfano.h - "Integer Compression" Elias Fano c/c++ header +// eliasfano.h - "Integer Compression" Elias Fano c/c++ header #ifdef __cplusplus extern "C" { #endif