[PATCH] [aarch64] Revert support for ARMv8.2 in tsv110

2018-12-18 Thread Shaokun Zhang
For HiSilicon's tsv110 cpu core, it supports some v8_4A features, but some mandatory features are not implemented. Revert to ARMv8.2 that all mandatory features are supported. --- gcc/ChangeLog| 5 + gcc/config/aarch64/aarch64-cores.def | 6 +++--- 2 files changed, 8 i

Re: [PATCH] [aarch64] Revert support for ARMv8.2 in tsv110

2018-12-19 Thread Richard Earnshaw (lists)
On 19/12/2018 03:11, Shaokun Zhang wrote: > For HiSilicon's tsv110 cpu core, it supports some v8_4A features, but > some mandatory features are not implemented. Revert to ARMv8.2 that > all mandatory features are supported. > Thanks, I've put this in. I've modified the ChangeLog entry slightly -

Re: [PATCH] [aarch64] Revert support for ARMv8.2 in tsv110

2018-12-19 Thread Zhangshaokun
Hi Richard, On 2018/12/19 18:12, Richard Earnshaw (lists) wrote: > On 19/12/2018 03:11, Shaokun Zhang wrote: >> For HiSilicon's tsv110 cpu core, it supports some v8_4A features, but >> some mandatory features are not implemented. Revert to ARMv8.2 that >> all mandatory features are supported. >> >