Skip to content

Commit e08b793

Browse files
ethercrowkuk0
authored andcommitted
Update cbits/cbits.c
Co-authored-by: Kubo Kováč <[email protected]>
1 parent ab57416 commit e08b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbits/cbits.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ _hs_text_decode_utf8_int(uint16_t *const dest, size_t *destoff,
192192
const __m128i eight_ascii_chars = _mm_cvtsi64_si128(hopefully_eight_ascii_chars);
193193
/* Interleave with zeros */
194194
const __m128i eight_utf16_chars = _mm_unpacklo_epi8(eight_ascii_chars, zeros);
195-
/* Store the resulting 8 bytes into destination */
195+
/* Store the resulting 16 bytes into destination */
196196
_mm_storeu_si128((__m128i *)d, eight_utf16_chars);
197197
d += 8;
198198
}

0 commit comments

Comments
 (0)