From: Luke Kenneth Casson Leighton Date: Tue, 8 Oct 2019 04:38:46 +0000 (+0100) Subject: add comment about vector length / dot-product X-Git-Tag: convert-csv-opcode-to-binary~3872 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42a6ce1f94b4fac74348f1b8c316faa92a0b6e5e;p=libreriscv.git add comment about vector length / dot-product --- diff --git a/simple_v_extension/vector_ops/discussion.mdwn b/simple_v_extension/vector_ops/discussion.mdwn index 9f8875904..05e346d15 100644 --- a/simple_v_extension/vector_ops/discussion.mdwn +++ b/simple_v_extension/vector_ops/discussion.mdwn @@ -127,6 +127,8 @@ From # Vector Length + + > With VLENGTH being also expressible as dotproduct followed by scalar > sqrt, is it reasonable to have both normalisation as well as VLENGTH > as macro op fused sequences?