fn unary_op_f32<'tcx>(
this: &mut MiriInterpCx<'_, 'tcx>,
which: FloatUnaryOp,
op: &ImmTy<'tcx, Provenance>
) -> InterpResult<'tcx, Scalar<Provenance>>
Expand description
Performs which
scalar operation on op
and returns the result.
fn unary_op_f32<'tcx>(
this: &mut MiriInterpCx<'_, 'tcx>,
which: FloatUnaryOp,
op: &ImmTy<'tcx, Provenance>
) -> InterpResult<'tcx, Scalar<Provenance>>
Performs which
scalar operation on op
and returns the result.