[FFmpeg-devel] [PATCH] avutil/x86/intmath: Disable use of tzcnt on older intel compilers.

Matt Oliver protogonoi at gmail.com
Tue Nov 10 14:21:24 CET 2015


It would appear that ICC 12.0.4 doesnt have a definition of the tzcnt
intrinsics which brakes compilation. Current FATE tests show that atleast
version 12.1.6 has the required intrinsic however im not certain at what
version number it was introduced (I could not find any relevant info in the
intel release logs). So to enable compilation again Ive just disabled the
intrinsics on anything older than the confirmed working version. I dont
have access to anything older than version 13 so cant test this but
hopefully it should still serve as a quick fix for icc 12.0.4 compilation.
Anyone with access to ICC version 12 is welcome to comment.

PS Sorry for the delay creating a fix.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avutil-x86-intmath-Disable-use-of-tzcnt-on-older-int.patch
Type: application/octet-stream
Size: 907 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151111/b18abb45/attachment.obj>


More information about the ffmpeg-devel mailing list