(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Oct 2021 20:46:07 +0000 (21:46 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Oct 2021 20:46:07 +0000 (21:46 +0100)
3d_gpu/architecture/dynamic_simd.mdwn

index 1ebb09b96f36730a888f0c9034140d1f64fa78b2..5f6bb55c996fc75d8ca958940ba3322022e6243a 100644 (file)
@@ -232,6 +232,12 @@ Several alternative ideas have been proposed. They are listed here for
 completeness.  The worst offender (use code-duplication) has already been
 raised.
 
+The fundamental common characteristic of all of these ideas, despite
+their disparate nature, is that absolutely every single one of them
+assumes that there is explicit action (or hard work) required to
+be taken. None of them - at all - leverage the fact that nmigen
+has two different inter-related abstraction levels.
+
 * **Explicit Code**. For every ALU, write code which is inherently
   parallel, rather than duplicated with a series of Switch/Case or
   an if-elif-elif chain based on what the partition mask is set to.