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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Regarding 32-bit vs. 64-bit futex, I guess it depends on what the 64-bit object
holds, if it holds a counter, the usual way how to handle it is to do futex on
the least significant half of the counter.

Reply via email to