Only assemble NEON code when NEON is enabled

This commit is contained in:
Jeffrey Pfau 2014-07-13 18:32:10 -07:00
parent 0b9d6e03f1
commit 94438e141e
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ bne .L1
pop {r4-r10}
bx lr
#ifdef __ARM_NEON
# r0: Destination
# r1: Source
# r2: Width
@ -90,3 +91,4 @@ mov r0, r7
bne .n40
pop {r4-r7}
bx lr
#endif