From 450cb97855bc52938c89c5782456a2ad4c62ec49 Mon Sep 17 00:00:00 2001 From: Zane Hambly Date: Tue, 28 Jul 2026 16:18:53 +1200 Subject: [PATCH] Revise project update in README.md Updated project update message to reflect current focus on GPU implementation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9960e48..ef45ba2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Kia ora (hello)! Welcome to a complete modernisation of the SLATEC Common Mathematical Library, dragging this 1993 FORTRAN 77 codebase—kicking and screaming, in some cases—into the modern Fortran era (2018+). -**UPDATE**: Hello everyone! Apologies for the hiatus from this project. If you're reading this at the moment I'm focused on getting this library running on GPU's not really on adding FORD documentation or doing much more code modernisation. This will be updated from time to time and you will see it featured in some of my other projects. Thank you all for your support and I hope you have a blessed day! +**UPDATE**: I am currently working on getting Slatec routines to run on GPU's via my own compiler project. Head on over to https://github.com/Zaneham/Booth to find out more. ---