(no commit message)
authorlkcl <lkcl@web>
Wed, 22 Sep 2021 11:30:32 +0000 (12:30 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 22 Sep 2021 11:30:32 +0000 (12:30 +0100)
3d_gpu/architecture/dynamic_simd.mdwn

index 4654520670b8dd3e08ef1fee227c8ed559a7d538..157053e3b82fffa8f1715ea01394fe1965b36e88 100644 (file)
@@ -78,7 +78,7 @@ A much more intelligent approach is needed. What we actually want is:
     with m.If(x > y): # do a partitioned compare here
          do something dynamic here
 
-where behind the scenes the above laborious for-loops (conceptually) are created, hidden, behind the scenes, looking to all intents and purposes that this is exactly like any other nmigen Signal.
+where behind the scenes the above laborious for-loops (conceptually) are created, hidden, looking to all intents and purposes that this is exactly like any other nmigen Signal.
 
 This means that nmigen needs to "understand" the partitioning, in m.If, m.Else and m.Switch, at the bare minimum.