Skip to content

Commit

Permalink
enable folly/algorithm/simd/test/MovemaskTest.cpp under Windows
Browse files Browse the repository at this point in the history
Reviewed By: Gownta

Differential Revision: D64706913

fbshipit-source-id: caa93b180fbd92f4bf815957f3a563c19de13b80
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Oct 22, 2024
1 parent ac3f8db commit 671c75f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,7 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
DIRECTORY algorithm/simd/test/
TEST algorithm_simd_contains_test SOURCES ContainsTest.cpp
TEST algorithm_simd_find_fixed_test SOURCES FindFixedTest.cpp
# needs C++20 on MSVC
TEST algorithm_simd_movemask_test WINDOWS_DISABLED
SOURCES MovemaskTest.cpp
TEST algorithm_simd_movemask_test SOURCES MovemaskTest.cpp

DIRECTORY chrono/test/
TEST chrono_conv_test WINDOWS_DISABLED
Expand Down

0 comments on commit 671c75f

Please sign in to comment.