Skip to content

Commit

Permalink
Merge pull request #59 from google/remove-hwy
Browse files Browse the repository at this point in the history
Removed the unused hwy dependencies.
  • Loading branch information
jyrkialakuijala committed May 21, 2024
2 parents 3e25468 + 09503f7 commit 4bab9f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "third_party/absl"]
path = third_party/absl
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/highway"]
path = third_party/highway
url = https://github.com/google/highway.git
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ pkg_check_modules(FFTW3 REQUIRED IMPORTED_TARGET fftw3f)
find_package(Eigen3 REQUIRED)
set(ABSL_PROPAGATE_CXX_STD YES)
add_subdirectory(third_party/absl EXCLUDE_FROM_ALL)
add_subdirectory(third_party/highway EXCLUDE_FROM_ALL)

add_executable(driver_model driver_model/driver_model.cc)
target_link_libraries(driver_model PkgConfig::SndFile)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx2")

add_library(fourier_bank speaker_experiments/fourier_bank.h speaker_experiments/fourier_bank.cc)
target_link_libraries(fourier_bank
PkgConfig::SndFile
Expand Down
1 change: 0 additions & 1 deletion third_party/highway
Submodule highway deleted from 63d7a7

0 comments on commit 4bab9f0

Please sign in to comment.