FastPFor
This commit is contained in:
@ -13,14 +13,7 @@
|
||||
#include "FastPFor/headers/simdfastpfor.h"
|
||||
#include "FastPFor/headers/optpfor.h"
|
||||
#include "FastPFor/headers/simdoptpfor.h"
|
||||
#ifndef min
|
||||
#define min(x,y) (((x)<(y)) ? (x) : (y))
|
||||
#endif
|
||||
#define _mm_store_si128 _mm_storeu_si128
|
||||
#define _mm_load_si128 _mm_loadu_si128
|
||||
#include "FastPFor/headers/simdgroupsimple.h"
|
||||
#undef min
|
||||
|
||||
#include "FastPFor/headers/compositecodec.h"
|
||||
|
||||
#define ctou32(_cp_) (*(unsigned *)(_cp_))
|
||||
|
||||
Reference in New Issue
Block a user