Fixed #28. Convert the result to double precision in MIPS64 dsdot_k kernel.
This commit is contained in:
@@ -300,7 +300,11 @@
|
||||
.align 3
|
||||
|
||||
.L999:
|
||||
j $31
|
||||
ADD s1, s1, s2
|
||||
|
||||
#ifdef DSDOT
|
||||
cvt.d.s s1, s1
|
||||
#endif
|
||||
j $31
|
||||
NOP
|
||||
|
||||
EPILOGUE
|
||||
|
||||
Reference in New Issue
Block a user