(no commit message)
authorlkcl <lkcl@web>
Fri, 27 Apr 2018 04:25:56 +0000 (05:25 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 27 Apr 2018 04:25:56 +0000 (05:25 +0100)
harmonised_rvv_rvp/discussion.mdwn [new file with mode: 0644]

diff --git a/harmonised_rvv_rvp/discussion.mdwn b/harmonised_rvv_rvp/discussion.mdwn
new file mode 100644 (file)
index 0000000..1284098
--- /dev/null
@@ -0,0 +1,9 @@
+# Comments
+
+## enabling/disabling individual 8 and 16-bit operations in SIMD blocks
+
+* At the end of a loop, how are the three end operations of 4-wide 8-bit operations to be disabled (to avoid "SIMD considered harmful"?)
+* Likewise at the beginning of a loop, how are (up to) the first three operations to be disabled?
+* Likewise the last (and first) of 2-wide 16-bit operations?
+* What about predication within a 4-wide 8-bit group?
+* Likewise what about predication within a 2-wide 16-bit group?