Brooklyn/net/wireguard/compat/neon-arm/include/asm/neon.h
Scare Crowe 442d22459d T3Q being reported to gay IRS cuz he is gay
Update / Redo the entire stack to juice up like no other was juiced before.
2021-10-22 13:54:53 +05:00

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