[Vm-dev] [commit][3103] Add ARMV7 defines for various support files.

Holger Hans Peter Freyther holger at freyther.de
Thu Oct 16 20:08:18 UTC 2014


On Mon, Oct 13, 2014 at 02:24:20PM -0700, commits at squeakvm.org wrote:

Good Evening,

> -#if defined(__arm__) && defined(__ARM_ARCH_6__)
> +#if defined(__arm__) && (defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_7A__))

What about other 7A ISA? What about ARMv8? Maybe you want to compare
__ARM_ARCH against a number?

cheers
	holger


More information about the Vm-dev mailing list