Merge "Only use NEON memcpy if __ARM_NEON__ is defined"
This commit is contained in:
commit
1cfbda826c
@ -28,7 +28,7 @@
|
||||
|
||||
#include <machine/cpu-features.h>
|
||||
|
||||
#if __ARM_ARCH__ == 7 || defined(__ARM_NEON__)
|
||||
#if defined(__ARM_NEON__)
|
||||
|
||||
.text
|
||||
.fpu neon
|
||||
|
Loading…
x
Reference in New Issue
Block a user