mirror of https://github.com/mgba-emu/mgba.git
Only assemble NEON code when NEON is enabled
This commit is contained in:
parent
0b9d6e03f1
commit
94438e141e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue