am baf792bf: Merge "Remove __ARM_HAVE_HALFWORD_MULTIPLY."

* commit 'baf792bff86f9be6f631eece17d9d104cfe54b41':
  Remove __ARM_HAVE_HALFWORD_MULTIPLY.
This commit is contained in:
Elliott Hughes 2014-12-03 02:37:35 +00:00 committed by Android Git Automerger
commit 5f48eda760

View File

@ -53,11 +53,6 @@
# endif
#endif
/* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
* this means variants of: smul, smulw, smla, smlaw, smlal
*/
#define __ARM_HAVE_HALFWORD_MULTIPLY 1
/* define _ARM_HAVE_VFP if we have VFPv3
*/
#if __ARM_ARCH__ >= 7 && defined __VFP_FP__