]> granicus.if.org Git - libjpeg-turbo/commit
Fix 32-bit non-SIMD FP regression tests
authorDRC <information@libjpeg-turbo.org>
Tue, 4 Oct 2016 18:41:48 +0000 (13:41 -0500)
committerDRC <information@libjpeg-turbo.org>
Tue, 4 Oct 2016 18:55:00 +0000 (13:55 -0500)
commit1625253d496eb913ebc9ebd8e8b5139f12616efe
treee3181a6c374a1ecc05f38d39552a541e32d95da6
parenta0047bdea4d11dfeefb9ea797865b1a2ea0a665e
Fix 32-bit non-SIMD FP regression tests

- Introduce a new FLOATTEST value ("387") on Un*x systems that will
  compare the floating point DCT/IDCT algorithms against the expected
  results from the C algorithms when built using 32-bit code and
  -mfpmath=387.
- Extend the Windows regression tests so that they work properly when
  building libjpeg-turbo with 32-bit code and without SIMD, using either
  Visual C++ (tested with 2008, 2010, 2015) or MinGW.
CMakeLists.txt
Makefile.am