Re: [PATCH] Bump up precision size to 16 bits.

2023-05-08 Thread Richard Biener via Gcc-patches
On Fri, Feb 3, 2023 at 8:34 AM Richard Biener wrote: > > On Thu, Feb 2, 2023 at 6:39 PM Michael Meissner via Gcc-patches > wrote: > > > > The new __dmr type that is being added as a possible future PowerPC > > instruction > > "is being added" means this feature is already in GCC 13? > > > set bu

Re: [PATCH] Bump up precision size to 16 bits.

2023-02-02 Thread Richard Biener via Gcc-patches
On Thu, Feb 2, 2023 at 6:39 PM Michael Meissner via Gcc-patches wrote: > > The new __dmr type that is being added as a possible future PowerPC > instruction "is being added" means this feature is already in GCC 13? > set bumps into a structure field size issue. The size of the __dmr type is >

[PATCH] Bump up precision size to 16 bits.

2023-02-02 Thread Michael Meissner via Gcc-patches
The new __dmr type that is being added as a possible future PowerPC instruction set bumps into a structure field size issue. The size of the __dmr type is 1024 bits. The precision field in tree_type_common is currently 10 bits, so if you store 1,024 into field, you get a 0 back. When you get 0 i