2018-08-13 15:43 GMT+02:00 Bernhard Reutner-Fischer <rep.dot....@gmail.com>: > On 13 August 2018 15:12:30 CEST, Bernhard Reutner-Fischer > <rep.dot....@gmail.com> wrote: >>On 13 August 2018 10:16:20 CEST, Kai Tietz <ktiet...@googlemail.com> >>wrote: >>>Hello, >>> >>>this patch implements variable issue rate feature for falkor cpu. >>>Additionally this patch adjusts the issue rate for falkor 8 as this >>>value reflects more cpu's specification. >>> >>>This patch was tested against SPEC 2017 & 2016 and showed in general >>>some improvements without any regressions for thos tests. >>> >>>ChangeLog: >>> >>> Jim Wilson <jim.wil...@linaro.org> >>> Kai Tietz <kai.ti...@linaro.org> >>> >>> * config/aarch64.c (aarch64_sched_reorder): Implementing >>> TARGET_SHED_REORDER hook. >> >>Present tense in ChangeLog please. >> >>> (aarch64_variable_issue): Implemented >>TARGET_SHED_VARIABLE_ISSUE >>> hook. >>> (TARGET_SHED_REORDER): Defined. >>> (TARGET_SHED_VARIABLE_ISSUE): Likewise. >>> * config/aarch64/falor.md (falkor_variable_issue): New. >>> >>>Ok for apply? >> >>s/subtrated/subtracted/ >> >> >>> >>>Regards, >>>Kai >>> >>>PS: I might be in need to update my key-files for stronger bitness. >>>Whom I can ask for doing this? >> >>If you still can login: >>https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02105.html > > And if it's "just" you had a DSA key then add a new one with temporarily > accepting the old one: > ssh -oPubkeyAcceptedKeyTypes=+ssh-dss .... > >>HTH, >
Thanks for you help. I corrected changelog text accordingly. Sadly I don't have the old key anymore. So I would need an overseer to replace my old key with an new one. Kai