From 598675aa8420181b9265dabba1d72b1289895507 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 29 Oct 2021 11:56:00 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 40974b7c5..5d3e390d3 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -460,4 +460,13 @@ itself an integer. Summary: * **Both LHS and RHS Fixed-width Priority** - - Exactly the same as for when RHS is an Integer + - Exactly the same as for when RHS is an Integer, given that the + integer fixed width is, in fact, an integer. +* **Either LHS or RHS Elwidth Priority** + - It is unsafe (not possible) to respect the fixed width therefore + it is always ignored + - all operators always expected to work (caveat: by only using + the elwidths) + - all operators work because they match elwidth-for-elwidth + in their computations. + -- 2.30.2