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 <[email protected]> wrote: > 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, rather > than use compiler magic, and for 40% best case scenario, it's simply > not worth it. > > Plus, tree vectorization is still problematic with GCC and disabled by > default > for a good reason, so enabling it locally is sketchy. > > Patch attached. > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
