From: lkcl Date: Sun, 3 Oct 2021 00:29:41 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3741 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=896db5115e4fff5d5afda35bef4d189637e4c094;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 3d6c26cbc..866e67d5d 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -340,7 +340,7 @@ All of these ideas, unfortunately, are extremely costly in many different ways: both the wrapper class to be instantiated and the object being wrapped, every single time. A single wrapper class is never enough: the entire class hierarchy, everything that is ever instantiated by a "wrapped" - class ibstance, typically also requires wrapping. This quickly + class instance, also requires wrapping. This quickly gets completely out of hand and diverts developer time into a nightmare time-sink that has actively harmful consequences *even once completed*.