[Patch AArch64 1/3] Enable CRC by default for armv8.1-a
gcc/ * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add AARCH64_FL_CRC. From-SVN: r234875
This commit is contained in:
parent
fa246aa37a
commit
a60fd657ad
@ -1,3 +1,8 @@
|
||||
2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
|
||||
AARCH64_FL_CRC.
|
||||
|
||||
2016-04-09 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR tree-optimization/68953
|
||||
|
@ -145,7 +145,7 @@ extern unsigned aarch64_architecture_version;
|
||||
/* Architecture flags that effect instruction selection. */
|
||||
#define AARCH64_FL_FOR_ARCH8 (AARCH64_FL_FPSIMD)
|
||||
#define AARCH64_FL_FOR_ARCH8_1 \
|
||||
(AARCH64_FL_FOR_ARCH8 | AARCH64_FL_LSE | AARCH64_FL_V8_1)
|
||||
(AARCH64_FL_FOR_ARCH8 | AARCH64_FL_LSE | AARCH64_FL_CRC | AARCH64_FL_V8_1)
|
||||
|
||||
/* Macros to test ISA flags. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user