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