Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | jpgd: Fix detection of SSE2 support with MSVC | Rémi Verschelde | |
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-04-21 | Fix compilation of jpgd.cpp on MSVC 2017 | Pedro J. Estébanez | |