Browse Source

language tweaks.

Viral B. Shah 10 years ago
parent
commit
a33ebcaaca
1 changed files with 7 additions and 7 deletions
  1. 7 7
      index.html

+ 7 - 7
index.html

@@ -55,18 +55,18 @@ implementations, which in turn derive from <a href="http://www.netlib.org/fdlibm
 <h3>
 <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, 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.
+<p>OpenLibm builds on Linux, Mac OS X, Windows, and FreeBSD.  It
+builds with both, GCC and clang. Although largely tested on x86, it
+also includes experimental support for ARM.
 
 <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> <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>
+  <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>
+  <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>