mbox series

[0/2] aarch64, bitint: Add support for _BitInt for AArch64 Little Endian

Message ID 20240125174501.32634-1-andre.simoesdiasvieira@arm.com
Headers show
Series aarch64, bitint: Add support for _BitInt for AArch64 Little Endian | expand

Message

Andre Vieira (lists) Jan. 25, 2024, 5:44 p.m. UTC
Hi,

This patch series adds support for _BitInt for AArch64 when compiling for
Little Endian. The first patch in the series fixes an issue that arises with
support for AArch64, the second patch adds the backend support for it.

Andre Vieira (2):
bitint: Use TARGET_ARRAY_MODE for large bitints where target supports it
aarch64: Add support for _BitInt

Patch series boostrapped and regression tested on aarch64-unknown-linux-gnu and x86_64-pc-linux-gnu.

Ok for trunk?