Skip to content

Commit

Permalink
Removed the unused hwy dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed May 21, 2024
1 parent e691515 commit ff4fa99
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")

foreach (experiment IN ITEMS angular emphasizer revolve spectrum_similarity two_to_three virtual_speakers identity_sliding_fft audio_diff)
add_executable(${experiment} speaker_experiments/${experiment}.cc)
target_link_libraries(${experiment} PkgConfig::SndFile absl::flags absl::flags_parse absl::log absl::log_internal_check_impl)
Expand Down
1 change: 0 additions & 1 deletion third_party/highway
Submodule highway deleted from 63d7a7

0 comments on commit ff4fa99

Please sign in to comment.