(no commit message)
authorlkcl <lkcl@web>
Fri, 29 Oct 2021 10:56:00 +0000 (11:56 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 29 Oct 2021 10:56:00 +0000 (11:56 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 40974b7c503c66313e7ea678fe4686652856966c..5d3e390d3ee71ff62448b199db52c090e363db44 100644 (file)
@@ -460,4 +460,13 @@ itself an integer.
 Summary:
 
 * **Both LHS and RHS Fixed-width Priority**
-  - Exactly the same as for when RHS is an Integer
+  - Exactly the same as for when RHS is an Integer, given that the
+    integer fixed width is, in fact, an integer.
+* **Either LHS or RHS Elwidth Priority**
+  - It is unsafe (not possible) to respect the fixed width therefore
+    it is always ignored
+  - all operators always expected to work (caveat: by only using
+    the elwidths)
+  - all operators work because they match elwidth-for-elwidth
+    in their computations.
+