|
|
@@ -52,9 +52,8 @@ implementations, which in turn derive from <a href="http://www.netlib.org/fdlibm
|
|
|
<a id="platform-support" class="anchor" href="#platform-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Platform support</h3>
|
|
|
|
|
|
<p>OpenLibm builds on Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD, and
|
|
|
-DragonFly BSD. It builds with both GCC and clang. Although largely
|
|
|
-tested and widely used on the x86 and x86-64 architectures, OpenLibm
|
|
|
-also supports arm, aarch64, ppc64le, mips, wasm32, and s390(x).
|
|
|
+DragonFly BSD. It builds with both GCC and clang. OpenLibm supports x86, amd64,
|
|
|
+arm, aarch64, riscv64, ppc64le, mips, wasm32, s390(x), and loongarch64.
|
|
|
|
|
|
<h3>
|
|
|
<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 @@ also supports arm, aarch64, ppc64le, mips, wasm32, and s390(x).
|
|
|
<li> <a href="http://www.netlib.org/fdlibm/">FDLIBM</a>: Freely Distributable Math Library</li>
|
|
|
<li> <a href="https://github.com/freebsd/freebsd/tree/master/lib/msun">FreeBSD msun</a>: FreeBSD's math library</li>
|
|
|
<li> <a href="https://github.com/JuliaIntervals/CRlibm.jl">CRlibm</a>: Correctly Rounded mathematical library</li>
|
|
|
+ <li> <a href="https://git.musl-libc.org/cgit/musl/tree/src/math">MUSL</a></li>
|
|
|
+ <li> <a href="https://core-math.gitlabpages.inria.fr/">CORE-MATH</a> Project</li>
|
|
|
</ol>
|
|
|
|
|
|
<h3>
|