Function core::arch::x86_64::_addcarryx_u641.33.0[][src]

pub unsafe fn _addcarryx_u64(c_in: u8, a: u64, b: u64, out: &mut u64) -> u8
This is supported on x86-64 and target feature adx only.
Expand description

将无符号的 64 位整数 ab 与无符号的 8 位进位 c_in (进位或溢出标志) 相加,并将无符号的 64 位结果存储在 out 中,并返回进位 (进位或溢出标志)。