poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED 2/2] pvm.jitter: improve doc for `formatf{32,64}'


From: Mohammad-Reza Nabipoor
Subject: [COMMITTED 2/2] pvm.jitter: improve doc for `formatf{32,64}'
Date: Wed, 11 Jan 2023 07:25:26 +0100

2023-01-11  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>

        * libpoke/pvm.jitter (formatf32): Add literal parameter to the
        instruction's doc.
        (formatf64): Likewise.
---
 ChangeLog          | 6 ++++++
 libpoke/pvm.jitter | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3e657d5e..e1762b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-11  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>
+
+       * libpoke/pvm.jitter (formatf32): Add literal parameter to the
+       instruction's doc.
+       (formatf64): Likewise.
+
 2023-01-11  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>
 
        * pickles/riscv.pk (RV_Opcode): Remove the re-definition.
diff --git a/libpoke/pvm.jitter b/libpoke/pvm.jitter
index e52f653c..e59490e0 100644
--- a/libpoke/pvm.jitter
+++ b/libpoke/pvm.jitter
@@ -2420,7 +2420,7 @@ instruction formatlu (?n)
   end
 end
 
-# Instruction: formatf32
+# Instruction: formatf32 STYLE
 #
 # Given a UINT (that should be interpreted as a 32-bit floating-point
 # number), and a UINT (as the conversion precision), push the string
@@ -2454,7 +2454,7 @@ instruction formatf32 (?n 0 1 2)
   end
 end
 
-# Instruction: formatf64
+# Instruction: formatf64 STYLE
 #
 # Given a ULONG (that should be interpreted as a 64-bit floating-point
 # number), and a UINT (as the conversion precision), push the string
-- 
2.39.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]