[RISCV] Add release notes for Zvabd (#185617)

This commit is contained in:
Pengcheng Wang 2026-03-11 14:28:42 +08:00 committed by GitHub
parent 58c968dd53
commit 0b26b37a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -416,6 +416,7 @@ RISC-V Support
^^^^^^^^^^^^^^
- Tenstorrent Ascalon D8 was renamed to Ascalon X. Use `tt-ascalon-x` with `-mcpu` or `-mtune`.
- Intrinsics were added for the 'Zvabd` (RISC-V Integer Vector Absolute Difference) extension.
CUDA/HIP Language Changes
^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -153,6 +153,7 @@ Changes to the RISC-V Backend
extensions.
* Adds experimental assembler support for the 'Zvabd` (RISC-V Integer Vector
Absolute Difference) extension.
* Adds CodeGen support for the 'Zvabd` extension.
* `-mcpu=spacemit-a100` was added.
* The opt-in `-riscv-enable-p-ext-simd-codegen` flag has been removed. P extension SIMD code generation is now enabled automatically if the P extension is supported.
* `-mcpu=xt-c910v2` and `-mcpu=xt-c920v2` were added.