[FFmpeg-devel] [PATCH 2/2] lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.

Matt Oliver protogonoi at gmail.com
Thu Oct 15 16:10:22 CEST 2015


Some of the existing msvc/icl optimised versions for ctz and log2 use
intrinsics that are only usable on x86 systems. This patch moves them from
intmath.h to x86/intmath.h. This is technically where such functions should
go but this will also fix any issues with trying to use msvc to compile arm
code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavu-intmath.h-Move-x86-only-msvc-icl-functions-to-x.patch
Type: application/octet-stream
Size: 3536 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151016/63965cf1/attachment.obj>


More information about the ffmpeg-devel mailing list