Skip to content

Commit 4abd2a2

Browse files
committed
32-bit fix
1 parent 2370a12 commit 4abd2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class ModDesc(NamedTuple):
7373
[
7474
"base64/arch/avx/enc_loop_asm.c",
7575
"base64/arch/avx2/enc_loop_asm.c",
76+
"base64/arch/avx2/enc_translate.c",
7677
"base64/arch/avx2/dec_loop.c",
7778
"base64/arch/avx2/dec_reshuffle.c",
7879
"base64/arch/generic/32/enc_loop.c",

0 commit comments

Comments
 (0)