Skip to content

Commit

Permalink
Clean and documented optimized DCF gate
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrond committed Feb 26, 2023
1 parent a7d7834 commit 29d53f3
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 426 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
## target definitions #########################################################
###############################################################################

add_compile_options(-O0 -msse -msse2 -maes -march=native -Wall -Wextra)
add_compile_options(-O3 -msse -msse2 -maes -march=native -Wall -Wextra)
add_compile_definitions(USE_LIBSODIUM)
include_directories(.)
link_libraries(sodium)
Expand Down
Loading

0 comments on commit 29d53f3

Please sign in to comment.