(no commit message)
authorlkcl <lkcl@web>
Thu, 28 Oct 2021 16:56:38 +0000 (17:56 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 28 Oct 2021 16:56:38 +0000 (17:56 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn

index 6817c65ae255fddc1e84e9fab417cf5a5fbc59fa..1773e22207a8892f3354fb83e25cebca5ba68d0c 100644 (file)
@@ -422,12 +422,12 @@ no rounding (no bits lost due to the division / right-shift).
 
 Summary:
 
-* Fixed_width Priority
+* **Fixed_width Priority**
   - all operations (add, mul, sub, shift, div)
     expected to work (caveat: layout() should check rounding)
-* Element-width Priority
+* **Element-width Priority**
   - all operations expected to work (no caveats)
-* Fixed-and-Elwidth (no priority)
+* **Fixed-and-Elwidth (no priority)**
   - multiply and left-shift always expected to work
   - divide and right-shift expected to work (caveat: no bits
     lost due to rounding)