assem_arm.c: Use ARMv6 instructions if possible
authorgizmo98 <atz.SE@gmx.de>
Thu, 29 Jan 2015 17:04:27 +0000 (18:04 +0100)
committernotaz <notasas@gmail.com>
Sat, 31 Jan 2015 19:29:51 +0000 (21:29 +0200)
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6.
uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html


No differences found