[llvm] [Support] Add Arm NEON implementation for `llvm::xxh3_64bits` (PR #99634)
Daniel Bertalan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 10:57:27 PDT 2024
================
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
Support)
-add_benchmark(DummyYAML DummyYAML.cpp)
+add_benchmark(DummyYAML DummyYAML.cpp PARTIAL_SOURCES_INTENDED)
+add_benchmark(xxhash xxhash.cpp PARTIAL_SOURCES_INTENDED)
----------------
BertalanD wrote:
@jayfoad https://github.com/llvm/llvm-project/pull/100172
https://github.com/llvm/llvm-project/pull/99634
More information about the llvm-commits
mailing list