]> granicus.if.org Git - libjpeg-turbo/commit
Due to the way in which the configure script silently falls back to a non-SIMD build...
authorDRC <dcommander@users.sourceforge.net>
Wed, 25 Sep 2013 05:24:46 +0000 (05:24 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 25 Sep 2013 05:24:46 +0000 (05:24 +0000)
commitf369f17f8a4f0a7b078d8f9e2558a236da81a815
tree1b4a1015b87b51e158d1615fd18aeef5bbd54af9
parent2c63c003bebb3f931344e5ecf32229ad1f2d5235
Due to the way in which the configure script silently falls back to a non-SIMD build if SIMD can't be enabled, we accidentally released iOS ARM v7 and v7s binaries in 1.3.0 that did not contain NEON SIMD code, because gas-preprocessor.pl wasn't in the PATH.  In order to prevent this from happening again, specifying --with-simd now has the effect of forcing a SIMD build, and if this argument is specified, any issues encountered while enabling SIMD are treated as fatal.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1039 632fc199-4ca6-4c93-a231-07263d6284db
configure.ac