🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86 or x86-64 only.
Functions
- Adds unsigned 32-bit integers
a
andb
with unsigned 8-bit carry-inc_in
(carry flag), and store the unsigned 32-bit result inout
, and the carry-out is returned (carry or overflow flag). - _addcarryx_u32⚠
adx
Adds unsigned 32-bit integersa
andb
with unsigned 8-bit carry-inc_in
(carry or overflow flag), and store the unsigned 32-bit result inout
, and the carry-out is returned (carry or overflow flag). - Adds unsigned 32-bit integers
a
andb
with unsigned 8-bit carry-inc_in
(carry or overflow flag), and store the unsigned 32-bit result inout
, and the carry-out is returned (carry or overflow flag).