1
0
Fork 0
Univerxel/deps/FastNoise2/src/FastSIMD/FastSIMD_Level_SSE2.cpp

8 lines
166 B
C++

#include "FastSIMD/FastSIMD.h"
#if FASTSIMD_COMPILE_SSE2
#include "Internal/SSE.h"
#define FS_SIMD_CLASS FastSIMD::SSE2
#include "Internal/SourceBuilder.inl"
#endif