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

index 7221935ec1980b7efb6d0bd72acb83725ab102cb..9d29c07102d15607e6223c9d2b90f2a344d0eeef 100644 (file)
@@ -40,6 +40,10 @@ well suited for common/important conversion sequences:
 * Rust FP -> Integer conversion (saturation with NaN converted to 0)
 * JavaScript FP -> Integer conversion (modular with Inf/NaN converted to 0)
 
+The assembly listings in the [[int_fp_mv/appendix]] show how costly
+some of these language-specific conversions are: Javascript is 35
+scalar instructions, including four branches.
+
 # A bit more research into integer - fp conversion
 
 here is a paragraph which explains that there are different semantics