From c4ab7f75bc6e45339b006de22e1a44dbebf8b8f5 Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 18 Jun 2015 17:32:44 +0200 Subject: [PATCH] External functions --- ext/ext.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ext/ext.c b/ext/ext.c index 231f683..ebc96b9 100644 --- a/ext/ext.c +++ b/ext/ext.c @@ -7,6 +7,9 @@ #define VARINTG8IU #define _MASKEDVBYTE #endif + +//#define _FORLIB + //-------------------------------------- External functions for comparison ------------------------------------------------------------------------ #include "vabyte.h" // Standard Variable Byte @@ -31,6 +34,10 @@ #endif //#include "c-blosc/blosc/shuffle.h" + #ifdef _FORLIB +#include "for/for.h" + #endif + //---------------- FastPFor functions --------------------- unsigned char *simdpackwn(uint32_t *in, uint32_t n, uint32_t b, uint32_t *out) {//checkifdivisibleby(n, 128); const uint32_t * const initout(out); //while(needPaddingTo128Bits(out)) *out++ = 123456; uint32_t *in_;