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;