(no commit message)
authorlkcl <lkcl@web>
Thu, 3 Oct 2019 13:36:02 +0000 (14:36 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 3 Oct 2019 13:36:02 +0000 (14:36 +0100)
simple_v_extension/specification/ld.x.mdwn [new file with mode: 0644]

diff --git a/simple_v_extension/specification/ld.x.mdwn b/simple_v_extension/specification/ld.x.mdwn
new file mode 100644 (file)
index 0000000..5ca7683
--- /dev/null
@@ -0,0 +1,13 @@
+# LD.X and LD.Swizzle
+
+See <http://bugs.libre-riscv.org/show_bug.cgi?id=139>
+
+SV is based on vectorisation of scalar opcodes. LD and ST from scalar RISCV can be extended by either rd or rs1 being vectorised, however a third "immediate element strided" multiples do not fit.
+
+In addition, Vulkan requires swizzled LD/ST covering:
+
+* constant 0, 1
+* min/max int/uint
+* 1.0 and
+* x, y, z, or w.
+