New functions + Integer Lists Intersection

This commit is contained in:
powturbo
2015-01-05 23:13:49 +01:00
parent 55bc4ebe0f
commit a4026570aa
50 changed files with 60996 additions and 775 deletions

View File

@ -0,0 +1,12 @@
/**
* This code is released under a BSD License.
*/
#ifndef SIMDCOMP_H_
#define SIMDCOMP_H_
#include "simdbitpacking.h"
#include "simdcomputil.h"
#include "simdintegratedbitpacking.h"
#endif