godot/thirdparty/jpeg-compressor/patches
Rémi Verschelde d09036992c jpgd: Fix detection of SSE2 support with MSVC
The previous code would always use SSE2 intrinsics, which is not valid
on UWP ARM platforms (and likely not on some x86 platforms either).

The patch has been submitted upstream too:
https://github.com/richgel999/jpeg-compressor/pull/13

(cherry picked from commit 3806efbaa7)
2020-05-07 13:33:39 +02:00
..
fix-msvc-sse2-detection.patch jpgd: Fix detection of SSE2 support with MSVC 2020-05-07 13:33:39 +02:00
fix-msvc2017-build.patch Fix compilation of jpgd.cpp on MSVC 2017 2020-04-23 10:36:06 +02:00