From 035669fb97770d238b38401ce023697d87695197 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Tue, 6 Dec 2022 16:30:07 -0500 Subject: Fixed latexmath spacing so it all matches. Fixed latexmath spacing so it all matches. --- src/f-st-ext.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/f-st-ext.adoc') diff --git a/src/f-st-ext.adoc b/src/f-st-ext.adoc index fb7f44f..061dbf1 100644 --- a/src/f-st-ext.adoc +++ b/src/f-st-ext.adoc @@ -294,11 +294,11 @@ _rs3_, and writes the final result to _rd_. FMADD.S computes _(rs1latexmath:[$\times$]rs2)latexmath:[$\+$]rs3_. FMSUB.S multiplies the values in _rs1_ and _rs2_, subtracts the value in _rs3_, and writes the final result to _rd_. FMSUB.S computes -_(rs1latexmath:[$\times$]rs2)-rs3_. +_(rs1latexmath:[$\times$]rs2)latexmath:[$\-$]rs3_. -FNMSUB.S multiplies the values in _rs1_ and _rs2_, negates the product, adds the value in _rs3_, and writes the final result to _rd_. FNMSUB.S computes _-(rs1latexmath:[$\times$]rs2)+rs3_. +FNMSUB.S multiplies the values in _rs1_ and _rs2_, negates the product, adds the value in _rs3_, and writes the final result to _rd_. FNMSUB.S computes _-(rs1latexmath:[$\times$]rs2)latexmath:[$\+$]rs3_. -FNMADD.S multiplies the values in _rs1_ and _rs2_, negates the product, subtracts the value in _rs3_, and writes the final result to _rd_. FNMADD.S computes _-(rs1latexmath:[$\times$]rs2)-rs3_. +FNMADD.S multiplies the values in _rs1_ and _rs2_, negates the product, subtracts the value in _rs3_, and writes the final result to _rd_. FNMADD.S computes _-(rs1latexmath:[$\times$]rs2)latexmath:[$\-$]rs3_. [NOTE] ==== -- cgit v1.1