We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc14b4 commit 0c66774Copy full SHA for 0c66774
src/f.tex
@@ -164,7 +164,12 @@ \section{Floating-Point Control and Status Register}
164
165
\begin{commentary}
166
The C99 language standard effectively mandates the provision of a
167
-dynamic rounding mode register.
+dynamic rounding mode register. In typical implementations, writes to
168
+the dynamic rounding mode CSR state will serialize the pipeline.
169
+
170
+Static rounding modes are used to implement specialized arithmetic
171
+operations that often have to switch frequently between different
172
+rounding modes.
173
\end{commentary}
174
\newpage
175
0 commit comments