Fixed #33 ztrmm bug on Nehalem.
This commit is contained in:
parent
31040e4d80
commit
4335bca2f7
|
@ -22,6 +22,7 @@ common:
|
||||||
x86/x86_64:
|
x86/x86_64:
|
||||||
* Fixed #28 a wrong result of dsdot on x86_64.
|
* Fixed #28 a wrong result of dsdot on x86_64.
|
||||||
* Fixed #32 a SEGFAULT bug of zdotc with gcc-4.6.
|
* Fixed #32 a SEGFAULT bug of zdotc with gcc-4.6.
|
||||||
|
* Fixed #33 ztrmm bug on Nehalem.
|
||||||
|
|
||||||
MIPS64:
|
MIPS64:
|
||||||
* Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
|
* Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
|
||||||
|
|
|
@ -544,7 +544,7 @@
|
||||||
jg .L11
|
jg .L11
|
||||||
|
|
||||||
#if defined(TRMMKERNEL) && !defined(LEFT)
|
#if defined(TRMMKERNEL) && !defined(LEFT)
|
||||||
addq $1, KK
|
addq $4, KK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
leaq (C, LDC, 4), C
|
leaq (C, LDC, 4), C
|
||||||
|
@ -594,7 +594,7 @@
|
||||||
jg .L11
|
jg .L11
|
||||||
|
|
||||||
#if defined(TRMMKERNEL) && !defined(LEFT)
|
#if defined(TRMMKERNEL) && !defined(LEFT)
|
||||||
addq $1, KK
|
addq $4, KK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
leaq (C, LDC, 4), C
|
leaq (C, LDC, 4), C
|
||||||
|
|
Loading…
Reference in New Issue