From 9fde038b5a68b6ac4136b1c80aeeeb5b9fcc8bd5 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 3 Oct 2021 01:44:31 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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**. -- 2.30.2