Ver código fonte

Add pointers to other math libraries.

Viral B. Shah 10 anos atrás
pai
commit
92b72bdd6c
1 arquivos alterados com 7 adições e 10 exclusões
  1. 7 10
      index.html

+ 7 - 10
index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="chrome=1">
-    <title>OpenLibm by JuliaLang</title>
+    <title>OpenLibm</title>
 
     <link rel="stylesheet" href="stylesheets/styles.css">
     <link rel="stylesheet" href="stylesheets/pygment_trac.css">
@@ -60,20 +60,17 @@ of fixes and updates to FDLIBM that have accumulated over the years in
 <p>OpenLibm builds on Linux, Mac OS X, and Windows, and with little
 effort, should build on FreeBSD as well. It builds with both GCC and
 clang. Although largely tested on x86, it also includes experimental
-support for ARM. The original <code>msun</code> also includes support for mips,
-sparc64, powerpc, ia64, and alpha. These are present in the OpenLibm
-source tree, but no attempt has been made to build any of these.</p>
+support for ARM.
 
 <h3>
-<a id="build-instructions" class="anchor" href="#build-instructions" aria-hidden="true"><span class="octicon octicon-link"></span></a>Build instructions</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>
 
 <ol>
-<li>
-<code>make</code> or <code>make USEGCC=1</code> to build with GCC. This is the default on
-Linux and Windows.</li>
-<li>
-<code>make USECLANG=1</code> to build with clang. This is the default on OS X.</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>
+  <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>
 </ol>
+
       </section>
       <footer>
         <p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>