Fixed #66 the bug in zgemv kernel with transpose matrix on 64-bit MingW (Windows).

This commit is contained in:
traits
2011-10-18 18:44:23 +08:00
parent c852ce3981
commit 19f5b5c132

View File

@@ -131,8 +131,8 @@
movq OLD_LDA, LDA
movq OLD_X, X
movaps %xmm3, %xmm0
movss OLD_ALPHA_I, %xmm1
movapd %xmm3, %xmm0
movsd OLD_ALPHA_I, %xmm1
#endif
movq OLD_INCX, INCX