refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes.
This commit is contained in:
parent
90481ce742
commit
b1fe26c45a
|
@ -48,7 +48,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef P
|
||||
#define P DTB_ENTRIES
|
||||
#define P DTB_DEFAULT_ENTRIES
|
||||
#endif
|
||||
|
||||
#define STACK 16
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef P
|
||||
#define P DTB_ENTRIES
|
||||
#define P DTB_DEFAULT_ENTRIES
|
||||
#endif
|
||||
|
||||
#define STACK 16
|
||||
|
|
|
@ -44,11 +44,11 @@
|
|||
#endif
|
||||
|
||||
#if defined(PENTIUM4) || defined(ATHLON)
|
||||
#define P (DTB_ENTRIES / 2)
|
||||
#define P (DTB_DEFAULT_ENTRIES / 2)
|
||||
#endif
|
||||
|
||||
#ifndef P
|
||||
#define P DTB_ENTRIES
|
||||
#define P DTB_DEFAULT_ENTRIES
|
||||
#endif
|
||||
|
||||
#define STACK 16
|
||||
|
|
|
@ -44,11 +44,11 @@
|
|||
#endif
|
||||
|
||||
#if defined(PENTIUM4) || defined(ATHLON)
|
||||
#define P ((DTB_ENTRIES) >> 1)
|
||||
#define P ((DTB_DEFAULT_ENTRIES) >> 1)
|
||||
#endif
|
||||
|
||||
#ifndef P
|
||||
#define P DTB_ENTRIES
|
||||
#define P DTB_DEFAULT_ENTRIES
|
||||
#endif
|
||||
|
||||
#define STACK 16
|
||||
|
|
Loading…
Reference in New Issue