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
|
#endif
|
||||||
|
|
||||||
#ifndef P
|
#ifndef P
|
||||||
#define P DTB_ENTRIES
|
#define P DTB_DEFAULT_ENTRIES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STACK 16
|
#define STACK 16
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef P
|
#ifndef P
|
||||||
#define P DTB_ENTRIES
|
#define P DTB_DEFAULT_ENTRIES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STACK 16
|
#define STACK 16
|
||||||
|
|
|
@ -44,11 +44,11 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PENTIUM4) || defined(ATHLON)
|
#if defined(PENTIUM4) || defined(ATHLON)
|
||||||
#define P (DTB_ENTRIES / 2)
|
#define P (DTB_DEFAULT_ENTRIES / 2)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef P
|
#ifndef P
|
||||||
#define P DTB_ENTRIES
|
#define P DTB_DEFAULT_ENTRIES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STACK 16
|
#define STACK 16
|
||||||
|
|
|
@ -44,11 +44,11 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PENTIUM4) || defined(ATHLON)
|
#if defined(PENTIUM4) || defined(ATHLON)
|
||||||
#define P ((DTB_ENTRIES) >> 1)
|
#define P ((DTB_DEFAULT_ENTRIES) >> 1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef P
|
#ifndef P
|
||||||
#define P DTB_ENTRIES
|
#define P DTB_DEFAULT_ENTRIES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STACK 16
|
#define STACK 16
|
||||||
|
|
Loading…
Reference in New Issue