fn unary_op_ps<'tcx>(
this: &mut MiriInterpCx<'_, 'tcx>,
which: FloatUnaryOp,
op: &OpTy<'tcx, Provenance>,
dest: &PlaceTy<'tcx, Provenance>
) -> InterpResult<'tcx, ()>Expand description
Performs which operation on each component of op, storing the
result is stored in dest.