From: DRC Date: Tue, 13 May 2014 18:38:36 +0000 (+0000) Subject: The x86/x86-64 SIMD extensions were originally designed to accommodate changing the... X-Git-Tag: 1.3.90~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3402a66a22ff040096a8146a0eec029b38dab6c2;p=libjpeg-turbo The x86/x86-64 SIMD extensions were originally designed to accommodate changing the value of RGB_*, but this apparently broke when RGB-to-gray colorspace conversion was accelerated. Further, the ARM NEON extensions have always assumed that JCS_RGB behaves identically to JCS_EXT_RGB. Rather than fix these issues, it makes more sense to just stop claiming that we support changing the values of RGB_*, since doing so is no longer necessary. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1296 632fc199-4ca6-4c93-a231-07263d6284db --- 3402a66a22ff040096a8146a0eec029b38dab6c2