Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c6c4fb15 authored by ZIMMERMANN Paul's avatar ZIMMERMANN Paul
Browse files

added glibc patch for pow

parent 6fea5eb9
No related branches found
No related tags found
No related merge requests found
Pipeline #1195502 passed
......@@ -243,7 +243,7 @@ Available CORE-MATH functions (under MIT license):
<td></td></tr>
<tr><td>pow</td>
<td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary32/pow/powf.c">code</a></td>
<td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary64/pow/pow.c">code</a></td>
<td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary64/pow/pow.c">code</a> <a href="https://github.com/sbnh1/glibc/tree/pow">glibc patch</a></td>
<td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary80/pow/powl.c">code</a></td>
<td></td></tr>
<tr><td>rsqrt</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment