From d9e032579421d1000e34822a4206a589053d9fdb Mon Sep 17 00:00:00 2001 From: matthew Date: Mon, 28 Jul 2025 08:23:43 +1000 Subject: [PATCH] update todo --- src/shared/math.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/math.d b/src/shared/math.d index f678709..2879caa 100644 --- a/src/shared/math.d +++ b/src/shared/math.d @@ -543,7 +543,7 @@ struct Matrix(T, int D) auto r = &x; - // TODO: Test assembly on windows, may need to push registers onto the stack, decrement by 192 and move registers 1 by 1 + // TODO: Test assembly on windows asm pure @trusted @nogc nothrow { mov R8, l;