We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a123293 commit 51c7924Copy full SHA for 51c7924
mypyc/lib-rt/base64/arch/avx512/enc_reshuffle_translate.c
@@ -42,7 +42,7 @@ enc_reshuffle_translate (const __m512i input)
42
const __m512i shifts = _mm512_set1_epi64(0x3036242a1016040alu);
43
__m512i shuffled_in = _mm512_multishift_epi64_epi8(shifts, in);
44
45
- // Translate immediatedly after reshuffled.
+ // Translate immediately after reshuffled.
46
const __m512i lookup = _mm512_loadu_si512(base64_table_enc_6bit);
47
48
// Translation 6-bit values to ASCII.
0 commit comments