godot/thirdparty/jpeg-compressor/patches
Rémi Verschelde 3806efbaa7 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
2020-05-07 13:11:46 +02:00
..
fix-msvc-sse2-detection.patch jpgd: Fix detection of SSE2 support with MSVC 2020-05-07 13:11:46 +02:00
fix-msvc2017-build.patch