winlibs / winlib-builder

MIT License
6 stars 5 forks source link

Set up NASM for libjpeg-turbo builds #12

Open cmb69 opened 1 month ago

cmb69 commented 1 month ago

Without NASM, SIMD extensions are disabled[1].

[1] https://github.com/winlibs/winlib-builder/actions/runs/10759635255/job/29836551341#step:5:59


Test build: https://github.com/winlibs/winlib-builder/actions/runs/10759674769. I haven't tested that yet, though, let alone done some benchmarking.

cmb69 commented 1 month ago

Did test builds for PHP-8.3 and gd test suite is running fine. However, some quick benchmarks show performance degradation; need to investigate. Switching to draft for now.