fn bin_op_simd_float_all<'tcx, F: Float>(
    this: &mut MiriInterpCx<'_, 'tcx>,
    which: FloatBinOp,
    left: &OpTy<'tcx, Provenance>,
    right: &OpTy<'tcx, Provenance>,
    dest: &MPlaceTy<'tcx, Provenance>
) -> InterpResult<'tcx, ()>
Expand description

Performs which operation on each component of left and right, storing the result is stored in dest.