Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…arse into dev2
  • Loading branch information
DrTimothyAldenDavis committed Jun 16, 2023
2 parents fcb46ab + 8db07dc commit 2ed4aad
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 140 deletions.
4 changes: 2 additions & 2 deletions GraphBLAS/xxHash/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: BSD-2-clause

Notes by Tim Davis, on inclusion of xxHash into SuiteSparse:GraphBLAS:

This directory contains a minimal copy of xxHash (Jan 30, 2023), from
This directory contains a minimal copy of xxHash (June 16, 2023), from
https://github.com/Cyan4973/xxHash.git by Yann Collet.
See ./LICENSE and ./README_xxhash.md for more details.

Expand All @@ -14,7 +14,7 @@ Files in this folder:
LICENSE BSD 2-clause, Copyright (c) Copyright (c) 2012-present,
Yann Collet
xxhash.h unmodified from the xxHash library, dev branch as of
Jan 30, 2023
June 16, 2023
README_xxhash.md xxhash/README.md
README.txt this file

1 change: 1 addition & 0 deletions GraphBLAS/xxHash/README_xxhash.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ The following macros can be set at compilation time to modify libxxhash's behavi

When compiling the Command Line Interface `xxhsum` using `make`, the following environment variables can also be set :
- `DISPATCH=1` : use `xxh_x86dispatch.c`, to automatically select between `scalar`, `sse2`, `avx2` or `avx512` instruction set at runtime, depending on local host. This option is only valid for `x86`/`x64` systems.
- `XXH_1ST_SPEED_TARGET` : select an initial speed target, expressed in MB/s, for the first speed test in benchmark mode. Benchmark will adjust the target at subsequent iterations, but the first test is made "blindly" by targeting this speed. Currently conservatively set to 10 MB/s, to support very slow (emulated) platforms.

### Building xxHash - Using vcpkg

Expand Down
Loading

0 comments on commit 2ed4aad

Please sign in to comment.