Le 22 février 2024 05:04:58 GMT+02:00, flow gg <hlefthl...@gmail.com> a écrit :
>.macro vabsaddu dst src tmp
>        - vneg.v          \tmp, \src
>        - vmax.vv         \tmp, \src, \tmp
>        + vfabs.v             \tmp, \src
>        vwaddu.wv       \dst, \dst, \tmp
>.endm
>
>After making this change, the tests did not pass. I'm not quite clear on
>how to understand the differences..

Well yeah, it was a stupid idea, but I'm sad that there's no integer absolute 
value instruction.
_______________________________________________
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".

Reply via email to