Complete cgemm function, but no optimization.
This commit is contained in:
parent
9679dd077e
commit
7fa3d23dd9
|
@ -152,6 +152,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
|
|||
#define CMPEQ c.eq.d
|
||||
#define CMPLE c.le.d
|
||||
#define CMPLT c.lt.d
|
||||
#define NEG neg.d
|
||||
#else
|
||||
#define LD lwc1
|
||||
#define ST swc1
|
||||
|
@ -177,6 +178,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
|
|||
#define MADPS madd.ps
|
||||
#define CVTU cvt.s.pu
|
||||
#define CVTL cvt.s.pl
|
||||
#define NEG neg.s
|
||||
#endif
|
||||
|
||||
#if defined(__64BIT__) && defined(USE64BITINT)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue