Greatly improved multiplication routine. Optimized the generic 16x16 one and

added special cases for 8x16 and 8x8. The former is directly called by the
compiler as tosmula0 and tosumula0 resp.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4036 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-08-17 20:48:28 +00:00
parent b5a44f9542
commit acd1233bf2
3 changed files with 121 additions and 31 deletions

View File

@@ -152,6 +152,7 @@ OBJS = add.o \
makebool.o \
mod.o \
mul.o \
mul8.o \
mulax3.o \
mulax5.o \
mulax6.o \