(no commit message)
authorlkcl <lkcl@web>
Wed, 27 Oct 2021 22:14:00 +0000 (23:14 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 27 Oct 2021 22:14:00 +0000 (23:14 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 6d503972c2f2c12f21d17a3fd06548837573024d..af3270d1b3898586e628a2da99895da5c379a6fd 100644 (file)
@@ -343,7 +343,7 @@ have to cope with:
 * RHS of simple integers
 * RHS of another SimdShape
 
-In the latter case, there are further subdivisions because
+In both cases, there are further subdivisions because
 SimdShapes can be created as either fixed_width priority
 or elwidths priority
 
@@ -351,6 +351,10 @@ or elwidths priority
 * elwidths priority  (fixed_width=None)
 * equal (no) priority (both are given)
 
+## RHS simple integers
+
+## Arithmetic of two SimdShapes
+
 With some thought it becomes clear that when performing operations
 not involving elwidth priority should simply calculate a new fixed
 width based on straight arithmetic on the LHS and RHS fixed width.