Re: [PATCH 2/6] target/riscv: Introduce extension implied rule helpers

2024-06-04 Thread Frank Chang
於 2024年6月3日 週一 下午2:06寫道: > > From: Frank Chang > > Introduce helpers to enable the extensions based on the implied rules. > The implied extensions are enabled recursively, so we don't have to > expand all of them manually. This also eliminates the old-fashioned > ordering requirement. For example

[PATCH 2/6] target/riscv: Introduce extension implied rule helpers

2024-06-02 Thread frank . chang
From: Frank Chang Introduce helpers to enable the extensions based on the implied rules. The implied extensions are enabled recursively, so we don't have to expand all of them manually. This also eliminates the old-fashioned ordering requirement. For example, Zvksg implies Zvks, Zvks implies Zvks