]> granicus.if.org Git - libjpeg-turbo/commit
Enable DSPr2 SIMD extensions if CPU type is mipsel
authorRosen Penev <rosenp@gmail.com>
Wed, 5 Sep 2018 02:17:58 +0000 (19:17 -0700)
committerDRC <information@virtualgl.org>
Wed, 5 Sep 2018 02:17:58 +0000 (21:17 -0500)
commit4f943644e5bf7544f126ce1d23e430e649a82c41
treee8e61e5b17e8f6e041f16681713f77a09860372c
parent3bef88f6ecc08a5d3babffbf2c12175c2c1985b0
Enable DSPr2 SIMD extensions if CPU type is mipsel

The DSPr2 extensions have been verified to work with little endian MIPS.
Whether or not CMAKE_SYSTEM_PROCESSOR is set to "mips" or "mipsel" in a
little endian MIPS environment seems to be inconsistent, but our build
system needs to handle both cases.
simd/CMakeLists.txt