<p dir="ltr">Graham you have commit access to opening. You could tag a new version.</p>
<p dir="ltr">Should we tag the latest openlibm master? </p>
<p dir="ltr">-viral</p>
<div class="gmail_quote">On 13 Nov 2015 7:50 a.m., "Peter Colberg" <<a href="mailto:peter@colberg.org">peter@colberg.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Nov 12, 2015 at 11:59:50AM -0500, Peter Colberg wrote:<br>
> powl etc are long double variants of math functions, which are useful<br>
> only on old x86 processors with x87 FP instructions and without SSE.<br>
> Julia will certainly never be using those functions, so it is unclear<br>
> why upstream would want to implement these other than for providing a<br>
> drop-in replacement for system libm.<br>
<br>
More good news!<br>
<br>
The functions powl, logl, and expl have in fact been implemented<br>
upstream, but not yet released as stable version.<br>
<br>
JuliaLang/openlibm# grep -r '^\(expl\|logl\|powl\)' .<br>
<br>
./ld128/e_logl.c:logl(long double x)<br>
./ld128/e_expl.c:expl(long double x)<br>
./ld128/e_powl.c:powl(long double x, long double y)<br>
./ld80/e_logl.c:logl(long double x)<br>
./ld80/e_expl.c:expl(long double x)<br>
./ld80/e_powl.c:powl(long double x, long double y)<br>
<br>
Peter<br>
<br>
_______________________________________________<br>
Pkg-julia-devel mailing list<br>
<a href="mailto:Pkg-julia-devel@lists.alioth.debian.org">Pkg-julia-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-julia-devel" rel="noreferrer" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-julia-devel</a><br>
</blockquote></div>