summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'README.html')
-rw-r--r--README.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.html b/README.html
index 893354e..ce017af 100644
--- a/README.html
+++ b/README.html
@@ -6,7 +6,7 @@
<br />
<h2>Supported Platforms</h2>
<p>rgo is written (mostly) in assembly, and we therefore can't possibly support every platform in existence.</p>
- <p>Currently, it's only compatible with the UNIX System-V ABI. Systems using this ABI include FreeBSD, Linux, macOS, OpenBSD, and any other System-V derivative. Support for Windows is being reflected for a future release.</p>
+ <p>Currently, it's only compatible with the UNIX System-V ABI. Systems using this ABI include FreeBSD, Linux, macOS, OpenBSD, and other System-V derivative. Support for Windows is being reflected for a future release.</p>
<br />
<p>rgo is written in GNU C and GNU assembly for the following machine architectures:</p>
<ul>
@@ -15,7 +15,6 @@
</li>
<li>
<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, including Neon and SVE;</i></p>
@@ -27,7 +26,7 @@
<p><i>(Planned) Power ISA, including AltiVec;</i></p>
</li>
<li>
- <p><i>(Planned) RISC-V, including Q extension;</i></p>
+ <p><i>(Planned) RISC-V;</i></p>
</li>
<li>
<p><i>(Planned) Sparc;</i></p>