Changes from version 1.0: * The MVMULT function has less startup overhead. This makes working with small matrices more efficient. * Scratch memory for the descriptor is now officially 100 + n/64 + m/64 instead of 66 + n/64 + m/64 Changes from version 1.1: * Port to the C90. This version only works on the C90 and will not work on the Y-MP without some (simple) modifications. * Scratch memory for the descriptor is now officially 3000 + n/64 + m/64