This patch similarly to the AArch64 one enables Dot Product support by default for...
authorTamar Christina <tamar.christina@arm.com>
Tue, 7 Nov 2017 10:17:21 +0000 (10:17 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 7 Nov 2017 10:17:21 +0000 (10:17 +0000)
commit0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5
tree3251e51ec4977041bf47ac3859e59641e15a2162
parentdb84fff3f888bb3e6d51ad24b6bfa2c6e2c3a206
This patch similarly to the AArch64 one enables Dot Product support by default for the Cortex-A55 and Cortex-A75 which have hardware support for these instructions.

gas * config/tc-arm.c (arm_cpus):
Change FPU_ARCH_CRYPTO_NEON_VFP_ARMV8
into FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD.

include * opcode/arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD):
New macro.
gas/ChangeLog
gas/config/tc-arm.c
include/ChangeLog
include/opcode/arm.h
This page took 0.024839 seconds and 4 git commands to generate.