Skip to content

Commit 3cfad14

Browse files
authored
Update index.html
1 parent 1eeb139 commit 3cfad14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ <h3>
5252
<a id="platform-support" class="anchor" href="#platform-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Platform support</h3>
5353

5454
<p>OpenLibm builds on Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD, and
55-
DragonFly BSD. It builds with both GCC and clang. Although largely
56-
tested and widely used on the x86 and x86-64 architectures, OpenLibm
57-
also supports arm, aarch64, ppc64le, mips, wasm32, and s390(x).
55+
DragonFly BSD. It builds with both GCC and clang. OpenLibm supports x86, amd64,
56+
arm, aarch64, riscv64, ppc64le, mips, wasm32, s390(x), and loongarch64.
5857

5958
<h3>
6059
<a id="other-relevant-projects" class="anchor" href="#other-relevant-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>Other relevant projects</h3>
@@ -64,6 +63,8 @@ <h3>
6463
<li> <a href="http://www.netlib.org/fdlibm/">FDLIBM</a>: Freely Distributable Math Library</li>
6564
<li> <a href="https://github.com/freebsd/freebsd/tree/master/lib/msun">FreeBSD msun</a>: FreeBSD's math library</li>
6665
<li> <a href="https://github.com/JuliaIntervals/CRlibm.jl">CRlibm</a>: Correctly Rounded mathematical library</li>
66+
<li> <a href="https://git.musl-libc.org/cgit/musl/tree/src/math">MUSL</a></li>
67+
<li> <a href="https://core-math.gitlabpages.inria.fr/">CORE-MATH</a> Project</li>
6768
</ol>
6869

6970
<h3>

0 commit comments

Comments
 (0)