#ifndef FAST_STATISTICS_H #define FAST_STATISTICS_H #include #ifdef HAVE_XMMINTRIN_H #include #endif #include "debug.h" #define rb_sym(str) ID2SYM(rb_intern(str)) #define UNWRAP_DFLOAT(obj, var) TypedData_Get_Struct((obj), void*, &dfloat_wrapper, (var)); #endif