commit | bdbd3aea590e45d52c7b120ea6eaff38295b5011 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue Feb 23 11:41:55 2016 -0500 |
committer | Andy Polyakov <appro@openssl.org> | Wed Mar 02 12:57:28 2016 +0100 |
tree | 70fa79f287cb3d6913fa3d55d44af02681eca96f | |
parent | 359aa38fbeecd920a60c739c64cda06fe295684f [diff] |
Consistently use arm_arch.h constants in armcap assembly code. Most of the assembly uses constants from arm_arch.h, but a few references to ARMV7_NEON don't. Consistently use the macros everywhere. Signed-off-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>