On Fri, Sep 13, 2024 at 04:24:47PM +0200, Tobias Burnus wrote: > As #embed is now supported by GCC (thanks!), I could commit this patch :-)
Thanks to Joseph for the reviews. > Committed as r15-3629-g508ef585243d46 → > https://gcc.gnu.org/r15-3629-g508ef585243d46 > > Unless I missed something, we need to wait for a few pending patches before > there is a real speed up. However, first, that will come then automatically > to GCN compilations and, secondly, the generated code is already much nicer > thanks to #embed + seems to be a tiny tiny bit faster already. Indeed, only the "dumb" support is in now including the 2 extensions, so it will work, just not will speed things up (at least not significantly). The rest whenever it is reviewed (and adjusted according to patch review). Jakub