Re: [PATCH 1/2] bitint: Use TARGET_ARRAY_MODE for large bitints where target supports it

2024-02-02 Thread Jakub Jelinek
On Thu, Jan 25, 2024 at 05:45:00PM +, Andre Vieira wrote: > > This patch ensures we use TARGET_ARRAY_MODE to determine the storage mode of > large bitints that are represented as arrays in memory. This is required to > support such bitints for aarch64 and potential other targets with similar

[PATCH 1/2] bitint: Use TARGET_ARRAY_MODE for large bitints where target supports it

2024-01-25 Thread Andre Vieira
This patch ensures we use TARGET_ARRAY_MODE to determine the storage mode of large bitints that are represented as arrays in memory. This is required to support such bitints for aarch64 and potential other targets with similar bitint specifications. Existing tests like gcc.dg/torture/bitint-25.c