diff --git a/public/index.html b/public/index.html index 4ee6ba7c8b4e7809dd51ec3695e9601a21251c59..7861f7919035cbd18d393e43a610575977766dbe 100644 --- a/public/index.html +++ b/public/index.html @@ -130,7 +130,7 @@ Available CORE-MATH functions (under MIT license): <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary32/cbrt/cbrtf.c">code</a></td> <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary64/cbrt/cbrt.c">code</a> (<a href="cbrt64.pdf">proof</a>) <a href="https://github.com/sbnh1/glibc/tree/cbrt">glibc patch</a></td> <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary80/cbrt/cbrtl.c">code</a></td> - <td></tr> + <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary128/cbrt/cbrtq.c">code</a></tr> <tr><td>compound</td> <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary32/compound/compoundf.c">code</a></td> <td></td>