commit | 86175a57881ba5b891fadd2e42a02404facf44a1 | [log] [tgz] |
---|---|---|
author | levytamar82 <tamar.levy@intel.com> | Thu Oct 16 16:56:37 2014 -0700 |
committer | levytamar82 <tamar.levy@intel.com> | Sat Nov 01 11:27:28 2014 -0700 |
tree | bdd28ea46c68122b704412e3954f9d8c74e0adc8 | |
parent | 8101e82a1bbb5dfeaf9014c90f310337592e402a [diff] |
WORKAROUND FIX FOR GCC4.9.1 In the function mb_lpf_horizontal_edge_w_avx2_16 the usage of the intrinsic _mm256_cvtepu8_epi16 cause a compiler bug in gcc 4.9.1. until it will be fixed I created a workaround that create the up convert by using broadcast128+shuffle. The bug was reported here: https://code.google.com/p/webm/issues/detail?id=867 Change-Id: I73452e6806f42e0fadcde96b804ea3afa7eeb351