Function miri::shims::x86::unary_op_f32

source ยท
fn unary_op_f32<'tcx>(
    this: &mut MiriInterpCx<'tcx>,
    which: FloatUnaryOp,
    op: &ImmTy<'tcx>,
) -> InterpResult<'tcx, Scalar>
Expand description

Performs which scalar operation on op and returns the result.