On Wed, Sep 25, 2024 at 7:24 AM Derek Buitenhuis <[email protected]> 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
