[PATCH] D154812: [Support] Add llvm::xxh3_64bits
Piotr Zegar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 13:35:39 PDT 2023
PiotrZSL added a comment.
//"In PiotrZSL's setup the speedup seems larger?"//
I was running this on Ryzen 7 3800X under Ubuntu on single thread with 1.3GB clang binary linking.
When running this with more threads, gain looks smaller because that heavy chunk is split into multiple threads, and gain on entire application seems smaller.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154812/new/
https://reviews.llvm.org/D154812
More information about the llvm-commits
mailing list