New functions + Integer Lists Intersection
This commit is contained in:
12
ext/simdcomp/include/simdcomp.h
Normal file
12
ext/simdcomp/include/simdcomp.h
Normal 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
|
||||
Reference in New Issue
Block a user