From: SKoT M. <sko...@us...> - 2002-04-11 19:36:32
|
uid=48785(skotmcdonald) gid=100(users) groups=100(users),10881(musickit),50918(mathkit) MathKit/Framework MathFnsVector.c,1.1 MathFnsVector.h,1.1 MathUtility.h,1.9 MathUtility.m,1.10 Thu Apr 11 12:36:29 PDT 2002 Update of /cvsroot/mathkit/MathKit/Framework In directory usw-pr-cvs1:/tmp/cvs-serv9805 Modified Files: MathUtility.h MathUtility.m Added Files: MathFnsVector.c MathFnsVector.h Log Message: Factored all float vector C functions into new file + header from MathUtility. Function sets such as these will abstract processor-specific SIMD lib calls (eg AltiVec for Mac) at our lowest language binding level (C). |