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

7 lines
166 B
C++

#include "FastSIMD/FastSIMD.h"
#if FASTSIMD_COMPILE_NEON
#include "Internal/NEON.h"
#define FS_SIMD_CLASS FastSIMD::NEON
#include "Internal/SourceBuilder.inl"
#endif