Function miri::shims::x86::bin_op_simd_float_all

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

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