Skip to content

Commit

Permalink
remove leftover debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
austindonisan committed Feb 25, 2024
1 parent d92c437 commit 7782b9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 1brc.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,6 @@ void convert_hash_to_results(Hash * restrict hash, Results * restrict out) {
}

offset = (offset >> (HASH_SHIFT - HASH_RESULT_SHIFT)) & HASH_RESULT_MASK;
if (offset / SHORT_CITY_LENGTH * SHORT_CITY_LENGTH != offset) {
fprintf(stderr, "nooo: %d\n", offset);
}
while (1) {
if (_mm256_testz_si256(out->rows[offset / SHORT_CITY_LENGTH].city.reg, out->rows[offset / SHORT_CITY_LENGTH].city.reg)) {
out->rows[offset / SHORT_CITY_LENGTH] = (ResultsRow) {city, sum, count, min, max};
Expand Down

0 comments on commit 7782b9f

Please sign in to comment.