From: lkcl Date: Sun, 3 Oct 2021 00:44:31 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3736 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fde038b5a68b6ac4136b1c80aeeeb5b9fcc8bd5;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index b840540ac..8a84da7a4 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -227,8 +227,11 @@ This means one of two things: that they *pass through* SIMD behaviour entirely to a lower level, *completely intact*. -Method (2) allows the Liskov Substitution Principle to be -put to surprisingly good effect. If that was possible to +Mathod (1) is an alarmingly large amount of work with severe to +catastrophic implications in multiple areas. + +Method (2) by complete contrast allows the Liskov Substitution Principle to +be put to surprisingly good effect. If that was possible to achieve then **almost no modifications to nmigen would be required**.