Function miri::shims::x86::unary_op_f32

source ·
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.