summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'README.html')
-rw-r--r--README.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/README.html b/README.html
index 6a732ac..ac68374 100644
--- a/README.html
+++ b/README.html
@@ -11,14 +11,26 @@
<p>rgo is written in GNU C and GNU assembly for the following machine architectures:</p>
<ul>
<li>
- <p>AMD64 (x86-64), including (Planned) AVX;</p>
+ <p>AMD64, including AVX;</p>
</li>
<li>
- <p>IA-32 (i386), including SSE and (Planned) AVX;</p>
- <p><i>Note: Support is currently limited to: memcpy, memeq, memfill.</i></p>
+ <p>IA-32, including SSE and AVX;</p>
+ <p><i>Note: Support is currently limited to: fndbyte, fndchr, memcpy, memeq, memfill, strlen.</i></p>
</li>
<li>
- <p><i>(Planned) Aarch64 (ARM64), including SVE;</i></p>
+ <p><i>(Planned) Aarch64, including Neon and SVE;</i></p>
+ </li>
+ <li>
+ <p><i>(Planned) Motorola 68000;</i></p>
+ </li>
+ <li>
+ <p><i>(Planned) Power ISA, including AltiVec;</i></p>
+ </li>
+ <li>
+ <p><i>(Planned) RISC-V, including Q extension;</i></p>
+ </li>
+ <li>
+ <p><i>(Planned) Sparc;</i></p>
</li>
</ul>
<br />