We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ed3cf commit def779bCopy full SHA for def779b
1 file changed
src/emlearn_iir_q15/iir_filter.c
@@ -7,7 +7,7 @@
7
8
// memset is used by some standard C constructs. Missing on some platforms, but not all...
9
// Unfortunately cannot use weak symbols with mpy_ld
10
-#if !(defined(__linux__) || defined(__riscv__))
+#if !(defined(__linux__) || defined(__riscv__) || defined(__riscv))
11
void *memcpy(void *dst, const void *src, size_t n) {
12
return mp_fun_table.memmove_(dst, src, n);
13
}
0 commit comments