mirror of https://github.com/FFmpeg/FFmpeg.git
The vec_splat() intrinsic requires a constant argument for the element number, and the code relies on the compiler unrolling the loop to provide this. Manually unrolling the loop avoids this reliance and works with all compilers. Signed-off-by: Mans Rullgard <mans@mansr.com>pull/6/head
parent
643933f51d
commit
f79364b2c3
1 changed files with 14 additions and 5 deletions
Loading…
Reference in new issue