Le perjantaina 14. kesäkuuta 2024, 17.45.50 EEST Rémi Denis-Courmont a écrit : > And x86 only has MMX.
And the x86 code uses inline assembler. That's not viable on any ISA with sane conventions such as Arm or RISC-V. The compiler will reject our vector clobbers, unless the Vector extension is included in the compilation target. But then that breaks run-time detection, and will be rejected by all Linux distros. -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ 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".