Skip to content

Commit

Permalink
add @poemm's C implementation of f6m_mul
Browse files Browse the repository at this point in the history
Co-authored-by: poemm <36397285+poemm@users.noreply.github.com>
  • Loading branch information
jwasinger and poemm committed Aug 6, 2020
1 parent 4a67c59 commit 5e95642
Show file tree
Hide file tree
Showing 7 changed files with 845 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/native/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required (VERSION 3.0)
project (f6m_mul_native)

add_executable(f6m_mul_native f6m_mul.c)
Loading

0 comments on commit 5e95642

Please sign in to comment.