We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8144a49 + 05dcfa1 commit d09b9ddCopy full SHA for d09b9dd
2 files changed
kernel/power/gemv_n_ppc440.S
@@ -131,6 +131,10 @@
131
132
#define alpha f27
133
134
+#if defined(PPC440)
135
+#define PREFETCHSIZE_A (3 * 4)
136
+#endif
137
+
138
#if defined(PPCG4)
139
#define PREFETCHSIZE_A (3 * 4)
140
#endif
kernel/power/gemv_t_ppc440.S
@@ -96,6 +96,11 @@
96
#define X1 r22
97
98
99
100
+#define PREFETCHSIZE_A 42
101
+#define PREFETCHSIZE_C 7
102
103
104
105
#define PREFETCHSIZE_A 42
106
#define PREFETCHSIZE_C 7
0 commit comments