Change #275113
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 17 Jul 2026 15:23:21 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 535ee06f6d050a1957f17fc255a6b487a9c77133 |
Comments
swscale/uops: add SWS_UOP_FLAG_PSHUFB Exposes the SWS_UOP_RW_SHUFFLE capability. While this translates to the exact `pshufb` instruction on x86, we don't expose a separate capability for e.g. `vpermb` on AVX-512, since the underlying semantics are essentially equivalent. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/uops.h
- libswscale/uops_macros_gen.c
- libswscale/x86/ops.c