forked from Qortal/Brooklyn
442d22459d
Update / Redo the entire stack to juice up like no other was juiced before.
8 lines
243 B
C
8 lines
243 B
C
#ifndef _ARCH_ARM_ASM_NEON
|
|
#define _ARCH_ARM_ASM_NEON
|
|
#define kernel_neon_begin() \
|
|
BUILD_BUG_ON_MSG(1, "This kernel does not support ARM NEON")
|
|
#define kernel_neon_end() \
|
|
BUILD_BUG_ON_MSG(1, "This kernel does not support ARM NEON")
|
|
#endif
|