Skip to content

Commit a9ce406

Browse files
committed
Mention __builtin_ia32_ldmxcsr
1 parent a65cd96 commit a9ce406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/various/chapter.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ \section{Debugging tricks}
2323
\end{itemize}
2424

2525
\section{Optimization tricks}
26+
\verb@__builtin_ia32_ldmxcsr(40896);@ disables denormals (which make floats 20x slower near their minimum value).
2627
\subsection{Bit hacks}
2728
\begin{itemize}
2829
\item \verb@x & -x@ is the least bit in \texttt{x}.

0 commit comments

Comments
 (0)