Skip to content
Snippets Groups Projects
Commit 70b838ff authored by Elena Lukashova's avatar Elena Lukashova
Browse files

Fixing a bug in dlsch_channel_level:

instead of _mm_srai_epi16
_mm_srai_epi32 should be used as _mm_madd_epi16
packs multiply-adds 16 bits and packs into 4
blocks of 32 bits.
parent 759c1342
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment