Browse Source

language tweaks.

Viral B. Shah 10 years ago
parent
commit
8d07460f75
1 changed files with 2 additions and 4 deletions
  1. 2 4
      index.html

+ 2 - 4
index.html

@@ -49,10 +49,8 @@ consistently across compilers and operating systems, and in 32-bit and
 <p>The OpenLibm code derives from the <a href="http://svnweb.freebsd.org/base/head/lib/msun/">FreeBSD
 msun</a> and <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libm/src/">OpenBSD
 libm</a>
-implementations, which in turn derives from <a href="http://www.netlib.org/fdlibm/">FDLIBM
-5.3</a>. As a result, it includes a number
-of fixes and updates to FDLIBM that have accumulated over the years in
-<code>msun</code>, and optimized versions of many functions. Over and above that, OpenLibm itself has received a number of patches to make it platform independent and portable.</p>
+implementations, which in turn derive from <a href="http://www.netlib.org/fdlibm/">FDLIBM
+5.3</a>. Over and above that, OpenLibm itself has received a number of patches to make it platform independent and portable.</p>
 
 <h3>
 <a id="platform-support" class="anchor" href="#platform-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Platform support</h3>