]> gitweb.factorcode.org Git - factor.git/commitdiff
math.matrices.simd: hack: replace 'first4' with '4 firstn' since latter is open-coded
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 30 Sep 2009 10:00:50 +0000 (05:00 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 30 Sep 2009 10:00:50 +0000 (05:00 -0500)
extra/math/matrices/simd/simd.factor

index 2769a783bcbf715339a37f5e4abeff1a542ea044..014cd86265edaba1aea28fd8fa5764aeb1996ac2 100644 (file)
@@ -20,7 +20,7 @@ M: matrix4 new-sequence 2drop matrix4 (struct) ; inline
 <PRIVATE
 
 : rows ( a -- a1 a2 a3 a4 )
-    rows>> first4 ; inline
+    rows>> 4 firstn ; inline
 
 :: set-rows ( c1 c2 c3 c4 c -- c )
     c rows>> :> rows