Function miri::shims::x86::bin_op_simd_float_first
source · fn bin_op_simd_float_first<'tcx, F: Float>(
this: &mut MiriInterpCx<'_, 'tcx>,
which: FloatBinOp,
left: &OpTy<'tcx, Provenance>,
right: &OpTy<'tcx, Provenance>,
dest: &PlaceTy<'tcx, Provenance>
) -> InterpResult<'tcx, ()>Expand description
Performs which operation on the first component of left and right
and copies the other components from left. The result is stored in dest.