diff options
author | Naveen H.S <naveenh@gcc.gnu.org> | 2017-06-21 05:47:24 +0000 |
---|---|---|
committer | Naveen H.S <naveenh@gcc.gnu.org> | 2017-06-21 05:47:24 +0000 |
commit | e2bb0ed087b7e0a4c14f90968e84e59f55e2de12 (patch) | |
tree | 85f76e965476fe835b23d2ec4c54d171cf0a1b54 /gcc | |
parent | a2074e9c4fe01e6b9130324c3d40cf2ce7072b2d (diff) | |
download | gcc-e2bb0ed087b7e0a4c14f90968e84e59f55e2de12.zip gcc-e2bb0ed087b7e0a4c14f90968e84e59f55e2de12.tar.gz gcc-e2bb0ed087b7e0a4c14f90968e84e59f55e2de12.tar.bz2 |
Update the ChangeLog to include config/arm/cortex-a53.md
and config/arm/exynos-m1.md modifications
From-SVN: r249434
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70c0384..58b7473 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,9 +5,13 @@ (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull. * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New reservation. + * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to + attribute type list for neon_multiply. * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to attribute type list for neon_multiply. * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull. + * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to + attribute type list for neon_multiply. * config/arm/types.md (crypto_pmull): Add. * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to attribute type list. |