|
|
@@ -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) |
|
|
|