Fixed #28. Convert the result to double precision in MIPS64 dsdot_k kernel.

This commit is contained in:
Xianyi Zhang
2011-05-17 21:24:00 +00:00
parent 830a823be1
commit fcb5ce011b
3 changed files with 16 additions and 8 deletions

View File

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