blob: 21b16ee47e843fa3d9af647281a6d17403cf9e2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GO_RLOTTIE_HPP
#define GO_RLOTTIE_HPP
#ifndef __APPLE__
#ifdef __ARM_NEON__
#define USE_ARM_NEON
#endif
#endif
#define LOTTIE_THREAD_SUPPORT
#define LOTTIE_CACHE_SUPPORT
#endif
|