Skip to content

Commit

Permalink
precise
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Nov 10, 2023
1 parent 3b16453 commit bd9dabe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/VowpalWabbitUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ 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 bd9dabe

Please sign in to comment.