From: SKoT M. <sko...@us...> - 2002-07-19 15:49:11
|
uid=48785(skotmcdonald) gid=100(users) groups=100(users),10881(musickit),50918(mathkit) MathKit/Framework MathFnsVector.h,1.6 MathFnsVector.m,1.2 Fri Jul 19 08:49:09 PDT 2002 Update of /cvsroot/mathkit/MathKit/Framework In directory usw-pr-cvs1:/tmp/cvs-serv883 Modified Files: MathFnsVector.h MathFnsVector.m Log Message: Fixed nasty bugs in vector sum, maxpos, minpos functions caused by their equiv Altivec functions needing vectors with multiple-of-4 lengths. Added debug code in these cases switched by #def to compare results. Sum methods can still differ from manual computation by -7th order of magnitude, which I guess is within floating point tolerance. minpos, maxpos fixed completely |