summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/shootout_hashmaps.cpp
diff options
context:
space:
mode:
authorCamel Coder <[email protected]>2022-02-12 18:42:34 +0000
committerGitHub <[email protected]>2022-02-12 18:42:34 +0000
commit8d4a2f591986e929a4d1a446dbed4494c0a00866 (patch)
tree101ef57b91e5fda55f94286a3ecda2c300eaa5b8 /benchmarks/shootout_hashmaps.cpp
parent00cc6351fd4a0cdf216eba3cc4918aa3c7aa0704 (diff)
downloadSTC-modified-8d4a2f591986e929a4d1a446dbed4494c0a00866.tar.gz
STC-modified-8d4a2f591986e929a4d1a446dbed4494c0a00866.zip
Fixed cmap.h for `sizeof(uint_fast8_t) != 1`
Adding `#define uint_fast8_t uint32_t` to examples/hashmap.c breaks the code. `_hx` of type `uint8_t` is compared to the non-truncated `b.hx` of type `uint_fast8_t`, this comparison fails when `sizeof(uint_fast8_t) != 1`.
Diffstat (limited to 'benchmarks/shootout_hashmaps.cpp')
0 files changed, 0 insertions, 0 deletions