(no commit message)
authorlkcl <lkcl@web>
Mon, 7 Oct 2019 13:28:25 +0000 (14:28 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 7 Oct 2019 13:28:25 +0000 (14:28 +0100)
simple_v_extension/remap.mdwn

index 570c0817e38b65cf0241378ac90068505d64c54d..a9558db057c020616d4fdc3ac16bc90d483d4c16 100644 (file)
@@ -45,9 +45,6 @@ modulo will cause the output to wrap and remain within the range 0 to modulo. Th
 
 invxyz will invert the start index of each of x, y or z. If invxyz[0] is zero then x-dimensional counting begins from 0 and increments, otherwise it begins from xdimsz-1 and iterates down to zero. Likewise for y and z.
 
-offs is a 4-bit field, spread out across bits 7, 15 and 23, which
-is added to the element index during the loop calculation. It is added prior to the dimensional remapping.
-
 xdimsz, ydimsz and zdimsz are offset by 1, such that a value of 0 indicates
 that the array dimensionality for that dimension is 1.  A value of xdimsz=2
 would indicate that in the first dimension there are 3 elements in the