Re: [RFC PATCH 3/3] LoongArch: Add support for _BitInt [PR117599]

2025-05-20 Thread Jakub Jelinek
On Tue, May 20, 2025 at 11:29:12AM +0800, Yang Yujie wrote: > This patch adds support for C23's _BitInt for LoongArch. > > Though there's not an official psABI definition, our plan > is to have 16-byte alignment for N > 64 and the padding bits > sign/zero-extended when passed between procedures. >

[RFC PATCH 3/3] LoongArch: Add support for _BitInt [PR117599]

2025-05-19 Thread Yang Yujie
This patch adds support for C23's _BitInt for LoongArch. Though there's not an official psABI definition, our plan is to have 16-byte alignment for N > 64 and the padding bits sign/zero-extended when passed between procedures. One exception would be "unsigned _BitInt(32)". To match the behavior o