(no commit message)
authorlkcl <lkcl@web>
Sat, 13 Feb 2021 09:39:00 +0000 (09:39 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 13 Feb 2021 09:39:00 +0000 (09:39 +0000)
3d_gpu/architecture/dynamic_simd.mdwn

index 2af4078344ca34dfc885e9cbbb42e77650fcf8b3..97c8c8302b4bb5e2ab666c37438c395235144495 100644 (file)
@@ -47,7 +47,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 however that this is exactly like any other nmigen Signal.
+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.
 
 This means that nmigen needs to "understand" the partitioning, in m.If, m.Else and m.Switch, at the bare minimum.