From 6fea5eb991f17b3d5aea5ead7676b0ddc05e6a6e Mon Sep 17 00:00:00 2001 From: Paul Zimmermann <Paul.Zimmermann@inria.fr> Date: Thu, 5 Jun 2025 17:05:46 +0200 Subject: [PATCH] added glibc patch for tgamma --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 748aba0..d98474f 100644 --- a/public/index.html +++ b/public/index.html @@ -293,7 +293,7 @@ Available CORE-MATH functions (under MIT license): <td></td></tr> <tr><td>tgamma</td> <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary32/tgamma/tgammaf.c">code</a></td> - <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary64/tgamma/tgamma.c">code</a></td> + <td><a href="https://gitlab.inria.fr/core-math/core-math/-/blob/master/src/binary64/tgamma/tgamma.c">code</a> <a href="https://github.com/sbnh1/glibc/tree/tgamma">glibc patch</a></td> <td></td> <td></td></tr> </tbody> -- GitLab