Skip to content

Commit 5e95642

Browse files
jwasingerpoemm
andcommitted
add @poemm's C implementation of f6m_mul
Co-authored-by: poemm <36397285+poemm@users.noreply.github.com>
1 parent 4a67c59 commit 5e95642

File tree

7 files changed

+845
-0
lines changed

7 files changed

+845
-0
lines changed
File renamed without changes.
File renamed without changes.

src/native/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cmake_minimum_required (VERSION 3.0)
2+
project (f6m_mul_native)
3+
4+
add_executable(f6m_mul_native f6m_mul.c)

0 commit comments

Comments
 (0)