\chapter*{Notations}
\addcontentsline{toc}{chapter}{Notations}

Throughout this whole document, the following notations are used.

\begin{center}
    \begin{tabular}{c p{0.65\textwidth} p{0.15\textwidth}}
        \toprule
        \textbf{Notation} & \textbf{Meaning} & \textbf{(See also)} \\
        \midrule
        $\cyc{\kerK}$ &
            Reciprocal throughput of $\kerK$, in cycles per occurrence of $\kerK$.
                      & \qtodo{ref} \\
        $\cycB{\kerK}$ &
            Reciprocal throughput of $\kerK$ if it was only limited by the
            CPU's backend.
                      & \qtodo{ref} \\
        $\cycF{\kerK}$ &
            Reciprocal throughput of $\kerK$ if it was only limited by the
            CPU's frontend.
                      & \qtodo{ref} \\
        $\mucount{}i$ &
            Number of \uops{} the instruction $i$ is decoded into. This can be
            extended to a kernel: $\mucount{}\kerK$.
                      & \qtodo{ref} \\
        \bottomrule
    \end{tabular}
\end{center}