(no commit message)
authorlkcl <lkcl@web>
Fri, 4 Jun 2021 11:02:40 +0000 (12:02 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 4 Jun 2021 11:02:40 +0000 (12:02 +0100)
openpower/sv/int_fp_mv.mdwn

index ee12ddb8701400764e80af37e8599aa7070d2e34..ea1a090dfe733294ebc8d5b467600376c14202f5 100644 (file)
@@ -1,5 +1,12 @@
 # FPR-to-GPR and GPR-to-FPR
 
+Links:
+
+* <https://bugs.libre-soc.org/show_bug.cgi?id=650>
+* <https://bugs.libre-soc.org/show_bug.cgi?id=230#c71>
+* <https://bugs.libre-soc.org/show_bug.cgi?id=230#c74>
+* <https://bugs.libre-soc.org/show_bug.cgi?id=230#c76>
+
 Introduction:
 
 High-performance CPU/GPU software needs to often convert between integers
@@ -97,13 +104,6 @@ For the sake of simplicity, the FP -> Integer conversion semantics generalized f
 
 TODO: review and investigate other language semantics
 
-# Links
-
-* <https://bugs.libre-soc.org/show_bug.cgi?id=650>
-* <https://bugs.libre-soc.org/show_bug.cgi?id=230#c71>
-* <https://bugs.libre-soc.org/show_bug.cgi?id=230#c74>
-* <https://bugs.libre-soc.org/show_bug.cgi?id=230#c76>
-
 # Proposed New Scalar Instructions
 
 All of the following instructions use the standard OpenPower conversion to/from 64-bit float format when reading/writing a 32-bit float from/to a FPR. This can be overridden by SimpleV, as explained in the