1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-03-10 17:00:59 +02:00
Files
FFmpeg/libavcodec
Andreas Rheinhardt aa483bc422 avcodec/x86/bswapdsp: Avoid aligned vs unaligned codepaths for AVX2
For modern cpus (like those supporting AVX2) loads and stores
using the unaligned versions of instructions are as fast
as aligned ones if the address is aligned, so remove
the aligned AVX2 version (and the alignment check) and just
use the unaligned one.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2026-02-27 18:25:43 +01:00
..
2026-02-23 01:44:49 +00:00
2026-02-23 23:58:11 +01:00
2026-02-23 15:29:27 +00:00