Skip to content

Commit

Permalink
Add item on float16_t -> float eval
Browse files Browse the repository at this point in the history
ChangeLog:

	* fp_excess_precision/main.tex:
  • Loading branch information
mattkretz committed Nov 22, 2023
1 parent 5accd74 commit 645b0a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fp_excess_precision/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ \section{Possible Implications of Excess Precision}
\item Do parenthesis have any meaning?
\end{itemize}

\item Can an implementation use single-precision (or higher) floating-point
instructions for \code{std::float16_t} operations?

\item fp contraction into FMAs: \code{a * b + c} translated to \code{fma(a, b, c)}
\begin{itemize}
\item Should \code{(a * b) + c} ever make a difference?
Expand Down

0 comments on commit 645b0a5

Please sign in to comment.