/** * This code is released under a BSD License. */ #ifndef SIMDCOMP_H_ #define SIMDCOMP_H_ #ifdef __cplusplus extern "C" { #endif #include "simdbitpacking.h" #include "simdcomputil.h" #include "simdfor.h" #include "simdintegratedbitpacking.h" #include "avxbitpacking.h" #ifdef __cplusplus } // extern "C" #endif #endif