[ARM] Enable CRC by default for ARMv8.1 and later.
authorMatthew Wahab <matthew.wahab@arm.com>
Tue, 15 Dec 2015 16:37:38 +0000 (16:37 +0000)
committerMatthew Wahab <matthew.wahab@arm.com>
Tue, 15 Dec 2015 16:38:58 +0000 (16:38 +0000)
commit29b1539538f5f285e017adbc64b8d72b45c104a8
treebb06a6c73535e8b66c13e8ad551f562887eaea30
parentff1fe6fad9687cebddcdf82076c55d7025df7566
[ARM] Enable CRC by default for ARMv8.1 and later.

ARMv8.1 includes CRC as a required extension but the +crc feature isn't
enabled by -march=armv8.1-a as it should be. This patch fixes that.

opcode/include
2015-12-15  Matthew Wahab  <matthew.wahab@arm.com>

* arm.h (ARM_ARCH_V8_1A): Add the CRC_EXT_ARMV8 co-processor
feature macro.
(ARM_ARCH_V8_2A): Likewise.

Change-Id: Id1fe0e6fa51dede19d61e1fd08e68628ea1b1e9e
include/opcode/ChangeLog
include/opcode/arm.h
This page took 0.024056 seconds and 4 git commands to generate.