c-gaborator/gaborator.h

10 lines
142 B
C
Raw Normal View History

#pragma once
#define GABORATOR_USE_PFFFT 1
#ifdef __SSE3__
#define GABORATOR_USE_SSE3_INTRINSICS 1
#endif
#include "gaborator/gaborator.h"