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 2370a12 commit 4abd2a2Copy full SHA for 4abd2a2
mypyc/build.py
@@ -73,6 +73,7 @@ class ModDesc(NamedTuple):
73
[
74
"base64/arch/avx/enc_loop_asm.c",
75
"base64/arch/avx2/enc_loop_asm.c",
76
+ "base64/arch/avx2/enc_translate.c",
77
"base64/arch/avx2/dec_loop.c",
78
"base64/arch/avx2/dec_reshuffle.c",
79
"base64/arch/generic/32/enc_loop.c",
0 commit comments