aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/gte_arm.S
AgeCommit message (Collapse)Author
2015-01-31gte_arm.S: Use ARMv6 if possiblegizmo98
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. ssat, usat and sxth are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html
2013-03-25asm: use a macro for functionsnotaz
2013-03-25gte: be friendly to more assemblersnotaz
2012-12-02improve ARM feature detectionnotaz