Add inline suggestion tags to ChaCha20 SIMD wrappers 2023-11-chacha-cleanup
authorMatt Corallo <git@bluematt.me>
Thu, 30 Nov 2023 23:38:31 +0000 (23:38 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 30 Nov 2023 23:38:31 +0000 (23:38 +0000)
commitc79cf82224ac1262c859a2e1d7e988260af03ad8
treec0ed84ecef78a36dbec59955ee66d37f92f0fbe5
parente0480b531d4814ef744aa89a4eaa7bc2f7420d33
Add inline suggestion tags to ChaCha20 SIMD wrappers

These are obviously super hot, and while LLVM shouldn't be
braindead here you never know, so we might as well `#[inline]`.
lightning/src/util/chacha20.rs