Add musl-libc math library to resources.

This commit is contained in:
Viral B. Shah 2019-12-09 21:56:36 -05:00
parent f6ad75aa67
commit 382b8e92f4
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ also supports arm, aarch64, ppc64le, mips, wasm32, and s390(x).
<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>
<ol>
<li> <a href="https://git.musl-libc.org/cgit/musl/tree/src/math">MUSL</a> The libm library in the musl-libc project</li>
<li> <a href="http://www.netlib.org/fdlibm/">FDLIBM</a>: Freely Distributable Math Library</li>
<li> <a href="http://lipforge.ens-lyon.fr/www/crlibm/">CRlibm</a>: Correctly Rounded mathematical library</li>
<li> <a href="http://www.yeppp.info/">Yeppp!</a>: A high-performance SIMD-optimized mathematical library</li>