chiark / gitweb /
algorithms.c: Slightly simplify integer-hashing methods.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 17:02:20 +0000 (17:02 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 Nov 2018 01:30:59 +0000 (01:30 +0000)
commit0e5c668c75eb9f7bb4394bf69fe96c760308df58
treeccdc2a2db756e6f79bf87fcfca2d5bcf24e420a4
parentbb5c23a4b4d9e74be11097381ba20a903e6ad1a2
algorithms.c: Slightly simplify integer-hashing methods.

There's no need for these to have an `end' label.
algorithms.c