From: gizmo98 Date: Thu, 29 Jan 2015 17:04:27 +0000 (+0100) Subject: assem_arm.c: Use ARMv6 instructions if possible X-Git-Tag: r22~14 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332a45333682fdbc2070af1f0acdc52b64e068af;hp=332a45333682fdbc2070af1f0acdc52b64e068af;p=pcsx_rearmed.git assem_arm.c: Use ARMv6 instructions if possible 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 ---