Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/andyD123/DR3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyD123 committed Feb 1, 2025
2 parents b9280aa + 4a57975 commit 3c4fe52
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ add_subdirectory(dancingAVX512)
add_subdirectory(lattice)
add_subdirectory(GettingStarted)
add_subdirectory(scratch)
add_subdirectory(VariadicReducrion)
add_subdirectory(VariadicReduction)

7 changes: 7 additions & 0 deletions VariadicReduction/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
add_executable(VariadicExample VariadicReduction.cpp)

target_link_libraries(VariadicExample PUBLIC Vectorisation)

target_include_directories(VariadicExample PUBLIC
"${PROJECT_BINARY_DIR}"
)
File renamed without changes.
File renamed without changes.

0 comments on commit 3c4fe52

Please sign in to comment.