Re: [FFmpeg-devel] [PATCH] h274: remove optimization pragma

2021-08-26 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] h274: remove optimization pragma

2021-08-25 Thread Jan Poonthong
I didn't really understand what you meant. So I should install nasm and run ./configure or just ./configure --disable-x86asm? On Thu, Aug 26, 2021 at 2:24 AM Lynne wrote: > This results in warnings on compilers which don't support it, > objections were raised during the review process about it b

[FFmpeg-devel] [PATCH] h274: remove optimization pragma

2021-08-25 Thread Lynne
This results in warnings on compilers which don't support it, objections were raised during the review process about it but went unnoticed, and the speed benefit is highly compiler and version specific, and also not very critical. We generally hand-write assembly to optimize loops like that, rath