summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 576323b..fe516a1 100644
--- a/TODO.org
+++ b/TODO.org
@@ -225,7 +225,7 @@
** TODO inotify-based live reloading
Better than periodically making 'stat' calls in a loop.
-** TODO Pure Scheme 4x4 matrix multiplication implementation
+** DONE Pure Scheme 4x4 matrix multiplication implementation
Guile 2.1.2's float unboxing optimizations should enable this to be
both fast and not allocate so much. The GSL dependency can be
removed (yay!) once this is complete. Be sure to use Guile's ,x