[FFmpeg-devel] [PATCH 1/2] avutil/intmath: check for ICC before GCC
James Almer
jamrial at gmail.com
Sun Jul 19 01:00:29 CEST 2015
On 18/07/15 7:53 PM, Michael Niedermayer wrote:
> On Sat, Jul 18, 2015 at 06:45:43PM -0300, James Almer wrote:
>> Intel compiler also defines __GNUC__, so the Intel specific intrinsics were not
>> really being used.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavutil/intmath.h | 18 +++++++++---------
>> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> should be ok, i dont have ICC here though so only tested with gcc
There are a few ICC fate clients, so we'll know if something breaks soon enough.
Pushed, thanks.
More information about the ffmpeg-devel
mailing list