]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/conversion/conversion.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / math / vectors / conversion / conversion.factor
index 2cc6bdb2b92d08eacc1da60c355d563e39c86aa9..bb9c0d1d48f05eb6fbf6fbecba98579cfd8773ee 100644 (file)
@@ -92,7 +92,7 @@ ERROR: bad-vconvert-input value expected-type ;
 
 PRIVATE>
 
-MACRO:: vconvert ( from-type to-type -- )
+MACRO:: vconvert ( from-type to-type -- quot )
     from-type new [ simd-element-type ] [ byte-length ] bi :> ( from-element from-length )
     to-type   new [ simd-element-type ] [ byte-length ] bi :> ( to-element   to-length   )
     from-element heap-size :> from-size