Re: [FFmpeg-devel] 6c6ac9cb "avutil/x86/intmath: Use tzcnt in place of bsf."

2015-11-16 Thread Hans Wennborg
Hello ffmpeg developers, This commit [1] is causing problems when compiling with Clang on Windows: ..\..\third_party\ffmpeg\libavutil/x86/intmath.h(53,33) : error: always_inline function '__tzcnt_u32' requires target feature 'bmi', but would be inlined into function 'ff_ctzll_x86' that is compil

Re: [FFmpeg-devel] 6c6ac9cb "avutil/x86/intmath: Use tzcnt in place of bsf."

2015-11-17 Thread Hans Wennborg
Hi Matt, Thanks for the quick reply. On Mon, Nov 16, 2015 at 11:02 PM, Matt Oliver wrote: > On 17 November 2015 at 12:12, Hans Wennborg wrote: >> This commit [1] is causing problems when compiling with Clang on Windows: >> >> ..\..\third_party\ffmpeg\libavutil/x86/intm