https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96306

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Unlike non-offloading targets where there is always an option to just use
smaller omp_depend_kind and instead treat it as pointer to malloced struct and
free at the end, like done on some targets for locks, for offloading targets
I'm afraid this is problematic, because the sources will really use 16-byte
omp_depend_kind anyway on most of the lp64 hosts.

So, what are the obstackles to support TImode on gcn?

After all, users can just use __int128_t etc. in their programs too.

Reply via email to