Refs #223. Fixed s/dgemv bug on windows.

This commit is contained in:
Zhang Xianyi 2013-06-04 16:01:05 +08:00
parent 23965f164c
commit 9f59f384d8
2 changed files with 8 additions and 2 deletions

View File

@ -66,7 +66,7 @@
#define XX 88(%rsp)
#else
#define STACKSIZE 256
#define STACKSIZE 288
#define OLD_M %rcx
#define OLD_N %rdx
@ -79,6 +79,12 @@
#define STACK_BUFFER 88 + STACKSIZE(%rsp)
#define ALPHA 224 (%rsp)
#define MMM 232(%rsp)
#define NN 240(%rsp)
#define AA 248(%rsp)
#define LDAX 256(%rsp)
#define XX 264(%rsp)
#endif
#define LDA %r8

View File

@ -83,7 +83,7 @@
#define AA 248(%rsp)
#define LDAX 256(%rsp)
#define XX 264(%rsp)
#define
#endif
#define LDA %r8