From b0dde2e5aeb6cef9c18250b61238d5944a73d8e9 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 28 Oct 2021 17:56:38 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 6817c65ae..1773e2220 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -422,12 +422,12 @@ no rounding (no bits lost due to the division / right-shift). Summary: -* Fixed_width Priority +* **Fixed_width Priority** - all operations (add, mul, sub, shift, div) expected to work (caveat: layout() should check rounding) -* Element-width Priority +* **Element-width Priority** - all operations expected to work (no caveats) -* Fixed-and-Elwidth (no priority) +* **Fixed-and-Elwidth (no priority)** - multiply and left-shift always expected to work - divide and right-shift expected to work (caveat: no bits lost due to rounding) -- 2.30.2