summaryrefslogtreecommitdiff
path: root/murmurhash.c
AgeCommit message (Collapse)Author
2024-12-31chore(): clean upjwerle
2024-12-31feat(murmurhash.c): support big-endian envjwerle
- opt-in with '-DMURMURHASH_WANTS_HTOLE32' to enable 'htole32' impl - opt-in with '-DMURMURHASH_HAS_HTOLE32' to indicate 'htole32' exists
2022-04-14refactor(): cleanupjwerle
2014-05-05include stdint.hJoseph Werle
2014-05-05Add exec and manJoseph Werle
2014-05-05initJoseph Werle