Преглед на файлове

Create gh-pages branch via GitHub

Viral B. Shah преди 10 години
родител
ревизия
0865b5c601
променени са 2 файла, в които са добавени 18 реда и са изтрити 8 реда
  1. 17 7
      index.html
  2. 1 1
      params.json

+ 17 - 7
index.html

@@ -33,10 +33,10 @@
         <h2>
 <a id="openlibm" class="anchor" href="#openlibm" aria-hidden="true"><span class="octicon octicon-link"></span></a>OpenLibm</h2>
 
-<p>OpenLibm is an effort to have a high quality, portable, standalone
+<p><a href="http://www.openlibm.org">OpenLibm</a> is an effort to have a high quality, portable, standalone
 C mathematical library (<a href="http://en.wikipedia.org/wiki/libm"><code>libm</code></a>).
 It can be used standalone in applications and programming language
-implementations. </p>
+implementations.</p>
 
 <p>The project was born out of a need to have a good <code>libm</code> for the
 <a href="http://www.julialang.org">Julia programming langage</a> that worked
@@ -47,8 +47,9 @@ consistently across compilers and operating systems, and in 32-bit and
 <a id="history" class="anchor" href="#history" aria-hidden="true"><span class="octicon octicon-link"></span></a>History</h3>
 
 <p>The OpenLibm code derives from the <a href="http://svnweb.freebsd.org/base/head/lib/msun/">FreeBSD
-msun</a> implementation,
-which in turn derives from <a href="http://www.netlib.org/fdlibm/">FDLIBM
+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.</p>
@@ -69,8 +70,7 @@ source tree, but no attempt has been made to build any of these.</p>
 <ol>
 <li>
 <code>make</code> or <code>make USEGCC=1</code> to build with GCC. This is the default on
-Linux and Windows.<br>
-</li>
+Linux and Windows.</li>
 <li>
 <code>make USECLANG=1</code> to build with clang. This is the default on OS X.</li>
 </ol>
@@ -80,6 +80,16 @@ Linux and Windows.<br>
       </footer>
     </div>
     <!--[if !IE]><script>fixScale(document);</script><![endif]-->
-		
+		          <script type="text/javascript">
+            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+          </script>
+          <script type="text/javascript">
+            try {
+              var pageTracker = _gat._getTracker("UA-28835595-4");
+            pageTracker._trackPageview();
+            } catch(err) {}
+          </script>
+
   </body>
 </html>

+ 1 - 1
params.json

@@ -1 +1 @@
-{"name":"OpenLibm","tagline":"A high quality system independent, portable, open source libm implementation","body":"## OpenLibm\r\n\r\nOpenLibm is an effort to have a high quality, portable, standalone\r\nC mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).\r\nIt can be used standalone in applications and programming language\r\nimplementations. \r\n\r\nThe project was born out of a need to have a good `libm` for the\r\n[Julia programming langage](http://www.julialang.org) that worked\r\nconsistently across compilers and operating systems, and in 32-bit and\r\n64-bit environments.\r\n\r\n### History\r\n\r\nThe OpenLibm code derives from the [FreeBSD\r\nmsun](http://svnweb.freebsd.org/base/head/lib/msun/) implementation,\r\nwhich in turn derives from [FDLIBM\r\n5.3](http://www.netlib.org/fdlibm/). As a result, it includes a number\r\nof fixes and updates to FDLIBM that have accumulated over the years in\r\n`msun`, and optimized versions of many functions.\r\n\r\n### Platform support\r\n\r\nOpenLibm builds on Linux, Mac OS X, and Windows, and with little\r\neffort, should build on FreeBSD as well. It builds with both GCC and\r\nclang. Although largely tested on x86, it also includes experimental\r\nsupport for ARM. The original `msun` also includes support for mips,\r\nsparc64, powerpc, ia64, and alpha. These are present in the OpenLibm\r\nsource tree, but no attempt has been made to build any of these.\r\n\r\n### Build instructions\r\n\r\n1. `make` or `make USEGCC=1` to build with GCC. This is the default on\r\n   Linux and Windows.  \r\n2. `make USECLANG=1` to build with clang. This is the default on OS X.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
+{"name":"OpenLibm","tagline":"A high quality system independent, portable, open source libm implementation","body":"## OpenLibm\r\n\r\n[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone\r\nC mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).\r\nIt can be used standalone in applications and programming language\r\nimplementations.\r\n\r\nThe project was born out of a need to have a good `libm` for the\r\n[Julia programming langage](http://www.julialang.org) that worked\r\nconsistently across compilers and operating systems, and in 32-bit and\r\n64-bit environments.\r\n\r\n### History\r\n\r\nThe OpenLibm code derives from the [FreeBSD\r\nmsun](http://svnweb.freebsd.org/base/head/lib/msun/) and [OpenBSD\r\nlibm](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libm/src/)\r\nimplementations, which in turn derives from [FDLIBM\r\n5.3](http://www.netlib.org/fdlibm/). As a result, it includes a number\r\nof fixes and updates to FDLIBM that have accumulated over the years in\r\n`msun`, and optimized versions of many functions.\r\n\r\n### Platform support\r\n\r\nOpenLibm builds on Linux, Mac OS X, and Windows, and with little\r\neffort, should build on FreeBSD as well. It builds with both GCC and\r\nclang. Although largely tested on x86, it also includes experimental\r\nsupport for ARM. The original `msun` also includes support for mips,\r\nsparc64, powerpc, ia64, and alpha. These are present in the OpenLibm\r\nsource tree, but no attempt has been made to build any of these.\r\n\r\n### Build instructions\r\n\r\n1. `make` or `make USEGCC=1` to build with GCC. This is the default on\r\n   Linux and Windows.\r\n2. `make USECLANG=1` to build with clang. This is the default on OS X.\r\n","google":"UA-28835595-4","note":"Don't delete this file! It's used internally to help with page regeneration."}