projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a244c
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 9 Oct 2021 12:01:34 +0000
(13:01 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 9 Oct 2021 12:01:34 +0000
(13:01 +0100)
3d_gpu/architecture/dynamic_simd/shape.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/shape.mdwn
b/3d_gpu/architecture/dynamic_simd/shape.mdwn
index 123d3d488075a8501c702eaf92c2bef629c6e819..1fd1350f607a94097bbf1dfae76269f207058b34 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/shape.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/shape.mdwn
@@
-7,7
+7,7
@@
back to a SimdSignal, in exactly the same way that c++ virtual base
class upcasting works when RTTI (Run Time Type Information) works.
By deriving from `ast.Shape` both `width` and `signed` are provided
-already leaving the `SimdShape` class with the responsibility to
+already
,
leaving the `SimdShape` class with the responsibility to
additionally define lengths for each mask basis. This is best illustrated
with an example.