From c2ec346b7b6ffb01c406020dbe9d96b316e1e5be Mon Sep 17 00:00:00 2001 From: x Date: Wed, 4 Jan 2017 16:34:40 +0100 Subject: [PATCH] TurboPFor: Elias fano scalar + SIMD --- eliasfano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eliasfano.c b/eliasfano.c index fbd58bf..0d3c3b7 100644 --- a/eliasfano.c +++ b/eliasfano.c @@ -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 #include