Function surge_halfrate::imports::_addcarryx_u64
1.33.0 · source · [−]This is supported with target feature
adx
only.Expand description
Adds unsigned 64-bit integers a
and b
with unsigned 8-bit carry-in c_in
(carry or overflow flag), and store the unsigned 64-bit result in out
, and
the carry-out is returned (carry or overflow flag).