[PING] [PATCH 2/3] RISC-V: Add support for Zvfbfmin extension
Nelson Chu
nelson@rivosinc.com
Thu Jun 6 02:49:54 GMT 2024
On Thu, Jun 6, 2024 at 10:33 AM Nelson Chu <nelson@rivosinc.com> wrote:
> case INSN_CLASS_ZVBC:
>> return riscv_subset_supports (rps, "zvbc");
>> + case INSN_CLASS_ZVFBFMIN:
>> + return riscv_subset_supports (rps, "zvfbfmin");
>>
>
> I would like to keep the bf16 stuff together.
>
I just noticed that since zfh and zvfh are not placed together, it should
be fine that zvfbfmin is placed with zvfh. Alphabetical order here is not
important since parser will handle it. It would be good if the related
stuff was put together, so that it is easier to maintain.
Nelson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/binutils/attachments/20240606/064a38a5/attachment.htm>
More information about the Binutils
mailing list