rtissera / libchdr

Standalone library for reading MAME's CHDv1-v5 formats.
BSD 3-Clause "New" or "Revised" License
98 stars 42 forks source link

Bump LZMA SDK to 23.01 #102

Closed scribam closed 11 months ago

rtissera commented 1 year ago

Thanks for the PR @scribam I will merge for sure, meanwhile do you think you could enhance the libchdr CMakeLists.txt to leverage the ARM64 optimizations (assembly code) available in recent lzma sdk versions ? Either through some CMAKE_FLAG or autodetection or target cpu (making sure to handle properly cross-compilation) ? I could do it but honestly I'm a bit lacking of time lately.

scribam commented 1 year ago

Linux/ARM64 and Windows/x64 optimizations added to LZMA

scribam commented 11 months ago

Hi @rtissera, Is something preventing this PR from being merged?