<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — GMP Lib for SF?]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=337&amp;type=atom" />
	<updated>2014-04-11T23:05:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=337</id>
		<entry>
			<title type="html"><![CDATA[Re: GMP Lib for SF?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1378#p1378" />
			<content type="html"><![CDATA[<p>The libraries are indeed required&nbsp; to compile the compilers.&nbsp; However, they are not available in the runtime libraries.&nbsp; Only the compiler needs and has access to them (via their static linking into the compilers).&nbsp; So, for example, the compiler is a 32-bit program which can generate both 32- and 64-bit object files.&nbsp; When building the compiler itself, I only need to provide GMP in 32-bit form because it is needed internally by the compiler; objects compiled by said compiler would not have access to its routines.</p><p>I&#039;ll add these to the list to build.&nbsp; They are all C libraries, so one would theoretically use the <em>ISO_C_BINDING</em> module to access their functionality.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-04-11T23:05:24Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1378#p1378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GMP Lib for SF?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1374#p1374" />
			<content type="html"><![CDATA[<p>The libraries you mentionned (GMP, MPFR, but also MPC) are already required to build the recent version of GNU Fortran.</p><p>So, they are available in the system library of Simply Fortran, but I don&#039;t know where...</p>]]></content>
			<author>
				<name><![CDATA[ecanot]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3380</uri>
			</author>
			<updated>2014-04-11T11:34:50Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1374#p1374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[GMP Lib for SF?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1373#p1373" />
			<content type="html"><![CDATA[<p>Jeff,</p><p>Would it be possible to add a GMP library for fast-ultra precision to the SF Library Package?</p><p>For example,</p><p><a href="https://gmplib.org/">https://gmplib.org/</a><br />or<br />GNU Multiple Precision Library (GMP) -MPFR Library (http://www.mpfr.org/. )</p><p>I don&#039;t know whether they would be compatible with GCC and gfortran but I thought they would be a useful addition if it were possible.</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2014-04-11T00:52:45Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1373#p1373</id>
		</entry>
</feed>
