Generally this patch LGTM, but let's defer to GCC 13 :)
For builtin function...I guess we might need a document in
https://github.com/riscv-non-isa/riscv-c-api-doc first.
On Fri, Mar 25, 2022 at 2:21 PM wrote:
>
> From: yulong-plct
>
> This patchset adds support for three recently ratified RIS
From: yulong-plct
This patchset adds support for three recently ratified RISC-V extensions:
- Zicbom (Cache-Block Management Instructions)
- Zicbop (Cache-Block Prefetch hint instructions)
- Zicboz (Cache-Block Zero Instructions)
The naming of builtin caused oddities, so in this release w
From: yulong-plct
This patchset adds support for three recently ratified RISC-V extensions:
- Zicbom (Cache-Block Management Instructions)
- Zicbop (Cache-Block Prefetch hint instructions)
- Zicboz (Cache-Block Zero Instructions)
Patch 1: Add Zicbom/z/p mininal support
Pat