commit | a5602c566edac7b88b95cee546f729feb6837ecf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 02 16:58:17 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 02 16:58:17 2014 -0800 |
tree | b410a863bd60d1f12033630803b52b993b6ca9a2 | |
parent | 6bec3484ee1e90662c8c5e52c71fcdc430a7b619 [diff] |
Remove __ARM_HAVE_HALFWORD_MULTIPLY. Bug: 18556103 Change-Id: I17e498539f77ddf7d1fb980ee93155d3c3ccd85e
diff --git a/libc/arch-arm/include/machine/cpu-features.h b/libc/arch-arm/include/machine/cpu-features.h index 0725c74..ef62010 100644 --- a/libc/arch-arm/include/machine/cpu-features.h +++ b/libc/arch-arm/include/machine/cpu-features.h
@@ -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__