Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Nov 10, 2023
1 parent 71a0b44 commit afc09fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/VowpalWabbitUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ function(vw_add_library)
endif()
if(VW_LIB_PRIVATE_DEPS)
target_link_libraries(${FULL_LIB_NAME} PRIVATE ${VW_LIB_PRIVATE_DEPS})
if("sse2neon" IN_LIST VW_LIB_PRIVATE_DEPS)
target_compile_definitions(${FULL_LIB_NAME} PRIVATE SSE2NEON_PRECISE_SQRT)
endif()
endif()

target_include_directories(
Expand Down

0 comments on commit afc09fc

Please sign in to comment.