We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3645da commit 4d60c7aCopy full SHA for 4d60c7a
1 file changed
thinc/backends/cpu_kernels.hh
@@ -93,7 +93,7 @@ void cpu_reduce_max(A* maxes__bo, L* which__bo, const A* X__to,
93
94
T -= *length;
95
96
- memcpy(maxes__bo, X__to, O * sizeof(*maxes__bo));
+ std::memcpy(maxes__bo, X__to, O * sizeof(*maxes__bo));
97
X__to += O;
98
for (L i = 1; i < *length; ++i) {
99
for (L j = 0; j < O; ++j) {
0 commit comments