fn bin_op_float<'tcx, F: Float>(
which: FloatBinOp,
left: &ImmTy<'tcx>,
right: &ImmTy<'tcx>,
) -> InterpResult<'tcx, Scalar>
Expand description
Performs which
scalar operation on left
and right
and returns
the result.
fn bin_op_float<'tcx, F: Float>(
which: FloatBinOp,
left: &ImmTy<'tcx>,
right: &ImmTy<'tcx>,
) -> InterpResult<'tcx, Scalar>
Performs which
scalar operation on left
and right
and returns
the result.