(no commit message)
authorlkcl <lkcl@web>
Wed, 25 May 2022 09:54:42 +0000 (10:54 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 25 May 2022 09:54:42 +0000 (10:54 +0100)
openpower/sv/int_fp_mv.mdwn

index 817f800b8029dec74014e922d1c4bc0f34db434d..034907edeeef407d76c5205a24aaaeeedafba908 100644 (file)
@@ -10,6 +10,7 @@ Links:
 * <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>
+* [[int_fp_mv/appendix]]
 
 Introduction:
 
@@ -375,10 +376,3 @@ def fp_to_int_java_script<fp, int>(v: fp) -> int:
     return (int)bits
 ```
 
-# Power ISA v3.0 Assembly equivalents
-
-Moved to [[int_fp_mv/appendix]], it is demonstrated how much assembler
-is required in order to perform each of the three language-specific
-FP -> Integer Conversion Modes. In the case of Javascript an astonishing
-35 instructions are required, with 5 branches.
-