I like the sound of resolved path identity from search, including the
constructed full path and the index within include paths. if I was writing a
compiler from scratch, i'd problem do something like this:
SHA2(include-path-search-offset-integer-of-found-header-to-support-include-next)
+
SHA2
Arsen Arsenović wrote:
Bruno Haible writes:
Paul Eggert wrote:
I'd rather just switch, as Debian has.
I'd go one step further, and not only
make the ABI transition without changing the canonical triplet,
but also
make gcc and clang define -D_FILE_OFFSET_BITS=64 -D_TIME_BITS
Snapshot gcc-15-20240908 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/15-20240908/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 15 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
On 9/7/24 7:06 PM, Andrew Carlotti wrote:
I forgot to explain how FPMR is used.
The FPMR register contains a large number of fields that control the data
formats and saturation/scaling behaviour used in various fp8 conversion an
multiplication intrinsics. At present, I think there are 2^26
On 9/8/24 12:52 AM, Richard Biener wrote:
I suppose LCM could be enhanced to handle partial antic and if the
edges it speculates on are cold that might even be profitable on less
great implementations?
Yea, that's not a bad idea at all and suspect it would be useful outside
this mode swit
Bruno Haible writes:
> Paul Eggert wrote:
>> I'd rather just switch, as Debian has.
>
> I'd go one step further, and not only
> make the ABI transition without changing the canonical triplet,
> but also
> make gcc and clang define -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64
> among their predefi
On Sat, Sep 07, 2024 at 09:09:52AM +0200, Richard Biener wrote:
>
>
> > Am 06.09.2024 um 17:38 schrieb Andrew Carlotti :
> >
> > Hi,
> >
> > I'm working on optimising assignments to the AArch64 Floating-point Mode
> > Register (FPMR), as part of our FP8 enablement work. Claudio has already
>