summaryrefslogtreecommitdiff
path: root/tests/neon/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-03 22:29:17 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-03 22:29:17 -0400
commitc8dd7e232a8f5166ee73ab1259ca239d830037d6 (patch)
tree160e2a89cc0e48363b23aae83a4accb61c9f0064 /tests/neon/README.md
parent1a6d29a92333b2b0ab0e1bd363fb0243e2c030f0 (diff)
downloadsha3-c8dd7e232a8f5166ee73ab1259ca239d830037d6.tar.bz2
sha3-c8dd7e232a8f5166ee73ab1259ca239d830037d6.zip
add tests/neon
Diffstat (limited to 'tests/neon/README.md')
-rw-r--r--tests/neon/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/neon/README.md b/tests/neon/README.md
new file mode 100644
index 0000000..01d8bb1
--- /dev/null
+++ b/tests/neon/README.md
@@ -0,0 +1,6 @@
+# neon
+
+Test [Neon][] rewrite of `permute_n()`.
+
+[neon]: https://en.wikipedia.org/wiki/ARM_architecture_family#Advanced_SIMD_(Neon)
+ "ARM Advanced SIMD vector instruction set."