From 8d445f650c8274a6bde360c850617245bb6d53d1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 27 May 2018 21:20:45 +0100 Subject: [PATCH] add scalar detection diagram --- simple_v_extension.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 145d37b0b..33a260919 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -1810,7 +1810,10 @@ discussion then led to the question of OoO architectures ## Implementation detail for scalar-only op detection -Note: this is just one possible implementation. Another implementation +Note 1: this idea is a pipeline-bypass concept, which may *or may not* be +worthwhile. + +Note 2: this is just one possible implementation. Another implementation may choose to treat *all* operations as vectorised (including treating scalars as vectors of length 1), choosing to add an extra pipeline stage dedicated to *all* instructions. -- 2.30.2