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

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ssemmx                      |

--- Comment #5 from Marc Glisse <glisse at gcc dot gnu.org> ---
(In reply to g.peterhoff from comment #4)
> What else should "unsigned __int64" be than a uint64_t (0..2^64-1)?

If they meant uint64_t, they would spell it uint64_t.

> And I miss addcarry/subborrow for uint8/16/128. You could make that
> available as a general __builtin :-)

clang has some __builtin_addc*, we probably already have an enhancement request
in bugzilla asking to implement those...

Reply via email to