commit be7f7251890fabad7f5567361b9fb8bbf7f64307
parent 127f2ed3dcebf899067b15a4de248860f99ae72d
Author: Sebastian <sebastian@sebsite.pw>
Date: Sun, 1 Dec 2024 20:25:16 -0500
math: replace dead link with archived version
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/uints.ha b/math/uints.ha
@@ -86,7 +86,7 @@ const NTZ8TAB: [256]u8 = [
0x02, 0x00, 0x01, 0x00,
];
-// See http://supertech.csail.mit.edu/papers/debruijn.pdf
+// See https://web.archive.org/web/20240314060050/http://supertech.csail.mit.edu/papers/debruijn.pdf
def DEBRUIJN32: u32 = 0x077CB531;
const DEBRUIJN32TAB: [32]u8 = [