Commit 7b0d2d18 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9951 from alalek:fix_bilateral_f32_simd

parents e0e40405 cc9ab7e5
......@@ -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]],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment