You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_ => bug!("wrong number of args for intrinsic {intrinsic}"),
186
186
};
187
-
let a = codegen_operand(fx,a);
188
-
let b = codegen_operand(fx,b);
187
+
let a = codegen_operand(fx,&a.node);
188
+
let b = codegen_operand(fx,&b.node);
189
189
190
190
// Based on the pseudocode at https://github.com/rust-lang/stdarch/blob/1cfbca8b38fd9b4282b2f054f61c6ca69fc7ce29/crates/core_arch/src/x86/avx2.rs#L2319-L2332
0 commit comments