Function miri::shims::x86::bin_op_float

source ·
fn bin_op_float<'tcx, F: Float>(
    this: &MiriInterpCx<'_, 'tcx>,
    which: FloatBinOp,
    left: &ImmTy<'tcx, Provenance>,
    right: &ImmTy<'tcx, Provenance>
) -> InterpResult<'tcx, Scalar<Provenance>>
Expand description

Performs which scalar operation on left and right and returns the result.