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 a65cd96 commit a9ce406Copy full SHA for a9ce406
content/various/chapter.tex
@@ -23,6 +23,7 @@ \section{Debugging tricks}
23
\end{itemize}
24
25
\section{Optimization tricks}
26
+ \verb@__builtin_ia32_ldmxcsr(40896);@ disables denormals (which make floats 20x slower near their minimum value).
27
\subsection{Bit hacks}
28
\begin{itemize}
29
\item \verb@x & -x@ is the least bit in \texttt{x}.
0 commit comments