[llvm-branch-commits] [llvm] [Support] Integrate SipHash.cpp into libSupport. (PR #94394)
Kristof Beyls via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jun 5 00:53:23 PDT 2024
================
@@ -58,21 +38,15 @@
v2 = ROTL(v2, 32); \
} while (0)
-/*
----------------
kbeyls wrote:
It might be worthwhile to keep (an edited version of) this comment? It wasn't immediately obvious to me what the value is of removing it.
https://github.com/llvm/llvm-project/pull/94394
More information about the llvm-branch-commits
mailing list