Skip to content

Commit 878948d

Browse files
authored
Update list of libm libraries
1 parent 508603d commit 878948d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/index.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
1010
<script src="javascripts/scale.fix.js"></script>
1111
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
12-
<!--[if lt IE 9]>
13-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14-
<![endif]-->
1512
</head>
1613
<body>
1714
<div class="wrapper">
@@ -65,9 +62,8 @@ <h3>
6562
<ol>
6663
<li> <a href="https://git.musl-libc.org/cgit/musl/tree/src/math">MUSL</a> The libm library in the musl-libc project</li>
6764
<li> <a href="http://www.netlib.org/fdlibm/">FDLIBM</a>: Freely Distributable Math Library</li>
68-
<li> <a href="http://lipforge.ens-lyon.fr/www/crlibm/">CRlibm</a>: Correctly Rounded mathematical library</li>
69-
<li> <a href="http://www.yeppp.info/">Yeppp!</a>: A high-performance SIMD-optimized mathematical library</li>
70-
<li> <a href="https://software.intel.com/sites/products/documentation/doclib/mkl_sa/112/vml/vmldata.htm">Intel VML</a>: Intel's Vector Math Library</li>
65+
<li> <a href="https://github.com/freebsd/freebsd/tree/master/lib/msun">FreeBSD msun</a>: FreeBSD's math library</li>
66+
<li> <a href="https://github.com/JuliaIntervals/CRlibm.jl">CRlibm</a>: Correctly Rounded mathematical library</li>
7167
</ol>
7268

7369
<h3>

0 commit comments

Comments
 (0)