From 3e67f213fb2360c81a99be49287993abf2086467 Mon Sep 17 00:00:00 2001 From: Luca Versari Date: Thu, 19 Dec 2024 23:14:49 +0100 Subject: [PATCH] Fix design meeting doc URL --- src/2025h1/simd-multiversioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2025h1/simd-multiversioning.md b/src/2025h1/simd-multiversioning.md index cd3bd695..cd1dcb27 100644 --- a/src/2025h1/simd-multiversioning.md +++ b/src/2025h1/simd-multiversioning.md @@ -37,7 +37,7 @@ In brief: - have functions automatically inherit the target features of their callers - let features depend on const generic arguments to functions -The trade-offs between the different approaches are complex, and there is no consensus on the best path forward. More details on the proposals can be found in [this document](https://hackmd.io/@veluca93/simd-multiversioning). +The trade-offs between the different approaches are complex, and there is no consensus on the best path forward. More details on the proposals can be found in [this document](https://hackmd.io/%40veluca93/simd-multiversioning). ### The next 6 months