]> gitweb.factorcode.org Git - factor.git/commitdiff
math.vectors.simd.intrinsics: Add a comment so I am not tempted to delete this word.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 23 Jul 2017 16:44:01 +0000 (11:44 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 23 Jul 2017 16:44:01 +0000 (11:44 -0500)
basis/math/vectors/simd/intrinsics/intrinsics.factor

index b5e96e7eb88be17cbfd0c08ee16bfffe196c19dd..2a1108b613a8d4b66ede03755bb416ad76856db1 100644 (file)
@@ -11,6 +11,7 @@ SPECIALIZED-ARRAYS:
     c:float c:double ;
 IN: math.vectors.simd.intrinsics
 
+! Word props are added later
 : assert-positive ( x -- y ) ;
 
 <PRIVATE