revert last change, blas_quickdivide returns a signed int again
This commit is contained in:
parent
6b96e6dfad
commit
20f2f6fc84
|
@ -199,7 +199,7 @@ static __inline BLASLONG blas_quickdivide(BLASLONG x, BLASLONG y){
|
||||||
#else
|
#else
|
||||||
extern unsigned int blas_quick_divide_table[];
|
extern unsigned int blas_quick_divide_table[];
|
||||||
|
|
||||||
static __inline unsigned int blas_quickdivide(unsigned int x, unsigned int y){
|
static __inline int blas_quickdivide(unsigned int x, unsigned int y){
|
||||||
|
|
||||||
unsigned int result;
|
unsigned int result;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue