Re: [PATCH] RISC-V: Minimal support for Qualcomm uC Xqccmp extension.

2025-02-27 Thread chendongyan
This patch support Qualcomm uC Xqccmp extension[1]. To enable GCC to recognize and process xqccmp extension correctly at compile time. [1]https://github.com/quic/riscv-unified-db/releases/tag/Xqccmp_extension-0.1.0 Changes for v2: - Remove the addition of xqccmp extension in gcc/common/config

Re: [PATCH] RISC-V: Minimal support for Qualcomm uC Xqccmp extension.

2025-02-20 Thread chendongyan
Seeing some work submitted in llvm, I would like to add support in gcc as well. I am sorry that the binutils patch is working in progress, and I will CC you the binutils patches as soon as possible. Thanks, Dongyan Chen 在 2025/2/20 16:39, Andrew Pinski 写道: On Thu, Feb 20, 2025 at 12:33 AM D

Re: [PATCH] RISC-V: Minimal support for Qualcomm uC Xqccmp extension.

2025-02-20 Thread Andrew Pinski
On Thu, Feb 20, 2025 at 12:33 AM Dongyan Chen wrote: > > This patch support Qualcomm uC Xqccmp extension[1]. > To enable GCC to recognize and process xqccmp extension correctly at compile > time. > > [1]https://github.com/quic/riscv-unified-db/releases/tag/Xqccmp_extension-0.1.0 I am kinda of cu

Re: [PATCH] RISC-V: Minimal support for Qualcomm uC Xqccmp extension.

2025-02-20 Thread Yangyu Chen
On 20/2/2025 16:31, Dongyan Chen wrote: This patch support Qualcomm uC Xqccmp extension[1]. To enable GCC to recognize and process xqccmp extension correctly at compile time. [1]https://github.com/quic/riscv-unified-db/releases/tag/Xqccmp_extension-0.1.0 gcc/ChangeLog: * common/con

[PATCH] RISC-V: Minimal support for Qualcomm uC Xqccmp extension.

2025-02-20 Thread Dongyan Chen
This patch support Qualcomm uC Xqccmp extension[1]. To enable GCC to recognize and process xqccmp extension correctly at compile time. [1]https://github.com/quic/riscv-unified-db/releases/tag/Xqccmp_extension-0.1.0 gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New extension.