aboutsummaryrefslogtreecommitdiff
path: root/src/zfa.tex
diff options
context:
space:
mode:
Diffstat (limited to 'src/zfa.tex')
-rw-r--r--src/zfa.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/zfa.tex b/src/zfa.tex
index 71eaa44..640b2a4 100644
--- a/src/zfa.tex
+++ b/src/zfa.tex
@@ -119,17 +119,17 @@ The FLI.{\em fmt} instructions never set any floating-point exception flags.
\section{Minimum and Maximum Instructions}
-The FMINI.S and FMAXI.S instructions are defined like the FMIN.S and FMAX.S
+The FMINM.S and FMAXM.S instructions are defined like the FMIN.S and FMAX.S
instructions, except that if either input is NaN, the result is the
canonical NaN.
-If the D extension is implemented, FMINI.D and FMAXI.D instructions are
+If the D extension is implemented, FMINM.D and FMAXM.D instructions are
analogously defined to operate on double-precision numbers.
-If the Zfh extension is implemented, FMINI.H and FMAXI.H instructions are
+If the Zfh extension is implemented, FMINM.H and FMAXM.H instructions are
analogously defined to operate on half-precision numbers.
-If the Q extension is implemented, FMINI.Q and FMAXI.Q instructions are
+If the Q extension is implemented, FMINM.Q and FMAXM.Q instructions are
analogously defined to operate on quad-precision numbers.
These instructions are encoded like their FMIN and FMAX counterparts, but