Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saturated Arithmetic #54

Merged
merged 1 commit into from
Mar 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions ltx/exprs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2184,6 +2184,7 @@ \subsection{Dyadic operators}
\enumerator{MsvcBuiltinIsPointerInterconvertibleWithClass}
\enumerator{MsvcBuiltinIsCorrespondingMember}
\enumerator{MsvcIntrinsic}
\enumerator{MsvcSaturatedArithmetic}
\end{Enumeration}

\ifcSortSection{Unknown}{DyadicOperator}
Expand Down Expand Up @@ -2485,6 +2486,11 @@ \subsection{Dyadic operators}
The first operand is an integer constant describing the intrinsic; the second operand is the argument list.
See also \sortref{Call}{ExprSort}.

\ifcSortSection{MsvcSaturatedArithmetic}{DyadicOpererator}
An MSVC intrinsic for an abstract machine saturated arithemtic operation.
If the arithmetic computation described by the first operand overflows,
then the result is the saturated value indicated by the second operand.


\subsection{Triadic operators}
\label{sec:ifc:OperatorSort:Triadic}
Expand Down