Re: [FFmpeg-cvslog] opus_pvq_search: only use rsqrtps approximation on CPUs with avx

2017-08-18 Thread Ivan Kalvachev
Please revert this. Also, in future, please send a patch to the maillist so I could take a look on it. On 8/18/17, Rostislav Pehlivanov wrote: > ffmpeg | branch: master | Rostislav Pehlivanov | Fri > Aug 18 17:28:40 2017 +0100| [f386dd70acdc81d42d6bcb885d2889634cdf45b7] | > committer: Rostislav

[FFmpeg-cvslog] opus_pvq_search: only use rsqrtps approximation on CPUs with avx

2017-08-18 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Aug 18 17:28:40 2017 +0100| [f386dd70acdc81d42d6bcb885d2889634cdf45b7] | committer: Rostislav Pehlivanov opus_pvq_search: only use rsqrtps approximation on CPUs with avx Makes the search produce idential results with the C version. Signed-o