]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commitdiff
Remove __ARM_HAVE_HALFWORD_MULTIPLY.
authorElliott Hughes <enh@google.com>
Wed, 3 Dec 2014 00:58:17 +0000 (16:58 -0800)
committerElliott Hughes <enh@google.com>
Wed, 3 Dec 2014 00:58:17 +0000 (16:58 -0800)
Bug: 18556103
Change-Id: I17e498539f77ddf7d1fb980ee93155d3c3ccd85e

libc/arch-arm/include/machine/cpu-features.h

index 0725c747665352623dcb7a4bc44e47a81fdb8ab7..ef62010e6f3af76a48f69b3fbece429a8f5fcec0 100644 (file)
 #  endif
 #endif
 
 #  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__
 /* define _ARM_HAVE_VFP if we have VFPv3
  */
 #if __ARM_ARCH__ >= 7 && defined __VFP_FP__