Complete cgemm function, but no optimization.

This commit is contained in:
traz 2011-09-15 16:08:23 +00:00
parent 9679dd077e
commit 7fa3d23dd9
2 changed files with 1652 additions and 39 deletions

View File

@ -152,6 +152,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define CMPEQ c.eq.d #define CMPEQ c.eq.d
#define CMPLE c.le.d #define CMPLE c.le.d
#define CMPLT c.lt.d #define CMPLT c.lt.d
#define NEG neg.d
#else #else
#define LD lwc1 #define LD lwc1
#define ST swc1 #define ST swc1
@ -177,6 +178,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define MADPS madd.ps #define MADPS madd.ps
#define CVTU cvt.s.pu #define CVTU cvt.s.pu
#define CVTL cvt.s.pl #define CVTL cvt.s.pl
#define NEG neg.s
#endif #endif
#if defined(__64BIT__) && defined(USE64BITINT) #if defined(__64BIT__) && defined(USE64BITINT)

File diff suppressed because it is too large Load Diff