Re: [FFmpeg-devel] [PATCH 1/2] avutil/intmath: check for ICC before GCC

2015-07-18 Thread James Almer
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 >> --- >> libavutil/intmath.h | 18 +

Re: [FFmpeg-devel] [PATCH 1/2] avutil/intmath: check for ICC before GCC

2015-07-18 Thread Michael Niedermayer
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 > --- > libavutil/intmath.h | 18 +- > 1 file changed, 9 insertions(+), 9 deletion

[FFmpeg-devel] [PATCH 1/2] avutil/intmath: check for ICC before GCC

2015-07-18 Thread James Almer
Intel compiler also defines __GNUC__, so the Intel specific intrinsics were not really being used. Signed-off-by: James Almer --- libavutil/intmath.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libavutil/intmath.h b/libavutil/intmath.h index f5ecc77..ef