Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/string/memory_utils/memset_implementations.h | ||
---|---|---|
103–105 | I believe I found this number through benchmarking a non ZVA version with ZVA to see at what sizes (more or less) ZVA started to beat non ZVA. So 'Magical' is as good a way to describe it as I can come up with now too. |
Comment Actions
I've reverted the patch as it triggered errors in tests
https://lab.llvm.org/buildbot/#/builders/223/builds/5502/steps/7/logs/stdio
https://lab.llvm.org/buildbot/#/builders/138/builds/29082/steps/4/logs/stdio
Looking at it.
This is magical. Maybe at least spell it 64 + 32 ?