On Wed, Sep 25, 2024 at 7:24 AM Derek Buitenhuis <derek.buitenh...@gmail.com> wrote: > On 9/23/2024 1:40 PM, Ramiro Polla wrote: > > { > > +#if 0 > > int cpu_flags = av_get_cpu_flags(); > > Are these '#if 0' throughout this patch intended?
Yes, some simd code is disabled because the function changed. Instead of changing all simd code in one single commit (which I won't be able to do because I don't know riscv or loongson assembly), I just disabled it with #if 0. I'll add a comment above the #if 0 in v2 of the patchset to make this clearer. _______________________________________________ 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".