Mercurial > libavcodec.hg
changeset 9959:6972b493f41f libavcodec
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
author | cehoyos |
---|---|
date | Fri, 17 Jul 2009 09:07:38 +0000 |
parents | 8bca7dfd3334 |
children | bd37369189de |
files | x86/dsputil_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/x86/dsputil_mmx.c Thu Jul 16 22:39:50 2009 +0000 +++ b/x86/dsputil_mmx.c Fri Jul 17 09:07:38 2009 +0000 @@ -2991,7 +2991,7 @@ c->h264_h_loop_filter_luma_intra = ff_x264_deblock_h_luma_intra_mmxext; #endif if( mm_flags&FF_MM_SSE2 ){ -#if ARCH_X86_64 || !defined(__ICC) || __ICC > 1100 +#if ARCH_X86_64 || !defined(__ICC) || __ICC > 1110 c->h264_v_loop_filter_luma = ff_x264_deblock_v_luma_sse2; c->h264_h_loop_filter_luma = ff_x264_deblock_h_luma_sse2; c->h264_v_loop_filter_luma_intra = ff_x264_deblock_v_luma_intra_sse2;