From 9cef3b1597da486810c03105b182c766f522d778 Mon Sep 17 00:00:00 2001 From: joshvictor1024 Date: Sat, 13 Nov 2021 22:12:09 +0800 Subject: [PATCH] Fixes link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e2c25..10acd22 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Even more optimizations ----------------------- Take a look at the optimizations done to the Mandelbrot set in -[The Computer Language Benchmarks Game](http://shootout.alioth.debian.org/u32/performance.php?test=mandelbrot) +[The Computer Language Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/description/mandelbrot.html#mandelbrot) There are a lot of cool tricks going on there. Most of _those_ use SSE parallelism for hardware speedup or offloads to the GPU.