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.