Merge pull request #9951 from alalek:fix_bilateral_f32_simd

This commit is contained in:
Alexander Alekhin 2017-10-27 16:43:20 +00:00
commit 7b0d2d189f

View File

@ -3640,6 +3640,8 @@ public:
v_int32x4 _idx = v_round(_alpha);
v_store((int*)idxBuf, _idx);
_alpha -= v_cvt_f32(_idx);
v_float32x4 _explut = v_float32x4(expLUT[idxBuf[0]],
expLUT[idxBuf[1]],
expLUT[idxBuf[2]],