fn bin_op_simd_float_first<'tcx, F: Float>(
ecx: &mut MiriInterpCx<'tcx>,
which: FloatBinOp,
left: &OpTy<'tcx>,
right: &OpTy<'tcx>,
dest: &MPlaceTy<'tcx>,
) -> 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.