diff --git a/extra/math/matrices/simd/simd.factor b/extra/math/matrices/simd/simd.factor index 2769a783bc..014cd86265 100644 --- a/extra/math/matrices/simd/simd.factor +++ b/extra/math/matrices/simd/simd.factor @@ -20,7 +20,7 @@ M: matrix4 new-sequence 2drop matrix4 (struct) ; inline > first4 ; inline + rows>> 4 firstn ; inline :: set-rows ( c1 c2 c3 c4 c -- c ) c rows>> :> rows