Skip to content

Commit

Permalink
turbo300 still problem, fixed some stuff, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Beneš committed Sep 9, 2024
1 parent 8a37ec7 commit a995e4a
Show file tree
Hide file tree
Showing 708 changed files with 278 additions and 79,372 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def get_tag(self):
'turbojpeg-jni', 'turbojpeg', 'turbojpegl',
'jpegut', 'jpgtest',
'turbojpeg-mp',
# 'jsimddct',
'jsimd',
'jsimddct',
'jcgryext-neon',
'jdcolext-neon',
'jdmrgext-neon',
Expand Down Expand Up @@ -168,7 +169,9 @@ def get_tag(self):
('LIBVERSION', libjpeg_versions[v][1]),
('HAVE_PROTOTYPES', 1),
('Py_LIMITED_API', '0x03080000'),
('WITH_SIMD', 0), # TODO: 1
# ('C_LOSSLESS_SUPPORTED', 1),
# ('D_LOSSLESS_SUPPORTED', 1),
# ('WITH_SIMD', 0), # TODO: 1
]
# turbo/moz-only macros
if is_turbo or is_moz:
Expand Down
Loading

0 comments on commit a995e4a

Please sign in to comment.