Functional NegBin implementaion
This commit is contained in:
commit
82c2bb9f1b
9 changed files with 332 additions and 0 deletions
8
NegBin/CMakeLists.txt
Normal file
8
NegBin/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
add_executable(NegBin main.cpp NegBin.cpp NegBin.h)
|
||||
|
||||
target_compile_options(NegBin PRIVATE -Wall -Wpedantic -Wextra)
|
||||
target_link_options(NegBin PRIVATE -static -static-libgcc -static-libstdc++)
|
||||
|
||||
add_executable(NegBinBenchmark NegBinBenchmark.cpp NegBin.cpp NegBin.h)
|
||||
|
||||
target_compile_options(NegBinBenchmark PRIVATE -O3)
|
Loading…
Add table
Add a link
Reference in a new issue