]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/math.hpp
removed all vm-> singleton accesses from inlineimpls
[factor.git] / vm / math.hpp
index 5939b25b379794a7e43d0348f453b1ba1f187d8e..b45284f693b9d8774083ff9bfc593992d56d58a2 100644 (file)
@@ -5,6 +5,7 @@ static const fixnum fixnum_max = (((fixnum)1 << (WORD_SIZE - TAG_BITS - 1)) - 1)
 static const fixnum fixnum_min = (-((fixnum)1 << (WORD_SIZE - TAG_BITS - 1)));
 static const fixnum array_size_max = ((cell)1 << (WORD_SIZE - TAG_BITS - 2));
 
+// defined in assembler
 PRIMITIVE(fixnum_add);
 PRIMITIVE(fixnum_subtract);
 PRIMITIVE(fixnum_multiply);