1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avfilter/x86/f_ebur128: replace AVX2 instruction with AVX equivalent

Using vpbroadcastq in an AVX function will result in SIGILL errors on pre
Haswell/Zen processors.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-06-21 23:22:31 -03:00
parent 27590d8653
commit dbe94e1110

View File

@ -145,7 +145,7 @@ cglobal ebur128_filter_channels, 7, 9, 14, dsp, samples, cache400, cache3000, su
RET
cglobal ebur128_find_peak_2ch, 4, 5, 3, ch_peaks, channels, samples, nb_samples
vpbroadcastq m2, [abs_mask]
movddup m2, [abs_mask]
movupd m0, [ch_peaksq]
.loop:
movupd m1, [samplesq]