aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/mmult/mmult.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/mmult/mmult.h')
-rw-r--r--test/mppa/mmult/mmult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mppa/mmult/mmult.h b/test/mppa/mmult/mmult.h
index 50c04afd..3721784a 100644
--- a/test/mppa/mmult/mmult.h
+++ b/test/mppa/mmult/mmult.h
@@ -5,5 +5,6 @@
void mmult_row(uint64_t *A, const uint64_t *B, const uint64_t *C);
void mmult_column(uint64_t *A, const uint64_t *B, const uint64_t *C);
+void mmult_strassen(uint64_t *A, const uint64_t *B, const uint64_t *C);
#endif /* __MMULT_H__ */