summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2023-12-05 10:56:55 +0100
committerJ. Dekker <jdek@itanimul.li>2023-12-05 14:44:18 +0100
commit6e26a5a64e123535026e2266ae039baed72f35d6 (patch)
treeb9618e162ee613f68f08531ab043e4452fc06eef
parent22daf2148fc072f8f347af939f88b3af7896ab60 (diff)
doc/developer: require asm for RISC-V
Explicitly document our usage of assembly, following suit with other architectures. Signed-off-by: J. Dekker <jdek@itanimul.li>
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 26dc5b9749..eed0ee4915 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -99,7 +99,7 @@ The specific syntax used for writing assembly is:
NASM on x86;
@item
-GAS on ARM.
+GAS on ARM and RISC-V.
@end itemize
A unit testing framework for assembly called @code{checkasm} lives under