Skip to content

Commit

Permalink
remove typo from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
austindonisan committed Feb 8, 2024
1 parent 40615b4 commit 4623d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1brc.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ void start_worker(worker_t *w, Results *out) {
// \0AD;0.0\n
__m256i dummyData = _mm256_set1_epi64x(0x0A302E303B444100);
for (int i = 0; i < DUMMY_SIZE; i += 32) {
_mm256_store_si256(data + i + 32, dummyData);
_mm256_store_si256(data + i, dummyData);
}

for (long start = w->start; start < w->end; start += MAX_CHUNK_SIZE) {
Expand Down

0 comments on commit 4623d7a

Please sign in to comment.