From: Luke Kenneth Casson Leighton Date: Tue, 24 Apr 2018 11:15:53 +0000 (+0100) Subject: clarify X-Git-Tag: convert-csv-opcode-to-binary~5578 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a73cab51cc38331115d9c9ea09c773b7fb1a65e;p=libreriscv.git clarify --- diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 06c3f6145..c8235749e 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -1675,6 +1675,8 @@ ADD r0, rs1, rs2 is actually a desirable copy from r2 into r0. Destruction of destination indices requires a copy of the entire vector in advance to avoid. +TBD: floating-point compare and other exception handling + # References * SIMD considered harmful