cosmopolitan/third_party/xxhash
Justine Tunney 3dc86ce154
Fix breakages in Linux-only build modes
- compile.com now polyfills -march=native which gcc/clang removed
- Guarantee zero Windows code is linked into non-Windows binaries
- MODE=tinylinux binaries are now back to being as tiny as ~4kb
- Improve the runtime's stack allocation / alignment hack
- GitHub Actions now tests Linux modes for assurance
2023-07-09 19:51:44 -07:00
..
cli Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
tests Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
LICENSE Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
README.cosmo Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxh3.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxh_x86dispatch.c Fix breakages in Linux-only build modes 2023-07-09 19:51:44 -07:00
xxh_x86dispatch.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhash.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhash.h Hunt down more bugs 2023-07-03 18:43:29 -07:00
xxhash.mk Hunt down more bugs 2023-07-03 18:43:29 -07:00

DESCRIPTION

  Extremely fast non-cryptographic hash algorithm

SOURCE

  https://github.com/Cyan4973/xxHash

  commit 5b45185d0419f63eb5911133f3dc578a163d162f
  Author: Yann Collet <yann.collet.73@gmail.com>
  Date:   Mon Jun 19 23:58:07 2023 -0700

      fix minor typo in comment