[−][src]Macro safe_arch::insert_i64_imm_m128i
Inserts a new value for the i64
lane specified.
let a = m128i::from([5_i64, 6]); let b: [i64; 2] = insert_i64_imm_m128i!(a, 23, 1).into(); assert_eq!(b, [5_i64, 23]);
Inserts a new value for the i64
lane specified.
let a = m128i::from([5_i64, 6]); let b: [i64; 2] = insert_i64_imm_m128i!(a, 23, 1).into(); assert_eq!(b, [5_i64, 23]);