commit | 368cd52d381dab7ac22079805231329cf5b1708e | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Mon Jan 11 22:03:16 2016 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Tue Jan 12 00:29:34 2016 -0600 |
tree | 2ea3d56c5f74d3f76722edc2f6b4b524ebdbeff8 | |
parent | 2111c5acda5572c85c7f8045e0a256b4abbaa2a5 [diff] |
Allow JSIMD_FORCENONE=1 env to disable x86-64 SIMD Traditionally, the x86-64 code did not call init_simd() because it had no need to (only SSE2 was supported.) However, having the ability to disable SIMD at run time is a useful testing tool, and all of the other SIMD implementations have this ability.