update todo

This commit is contained in:
matthew 2025-07-28 08:23:43 +10:00
parent 0e0205ec6f
commit d9e0325794

View File

@ -543,7 +543,7 @@ struct Matrix(T, int D)
auto r = &x; 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 asm pure @trusted @nogc nothrow
{ {
mov R8, l; mov R8, l;