Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aarch64_cpudetect: detect I8MM on Windows via SVE-I8MM
There's no direct processor feature constant for I8MM alone, but there is a flag for SVE-I8MM (added in WinSDK 10.0.26100 and recent versions of mingw-w64). If SVE-I8MM is available, we can assume that I8MM is available. While HW supporting these features isn't yet commonly running Windows, this at least allows detecting and running the I8MM codepaths in Windows builds in Wine (possibly running in QEMU). Based on patch from Martin Storsjö on ffmpeg-devel: https://ffmpeg.org/pipermail/ffmpeg-devel/2024-September/333609.html Change-Id: I77117bee8516924fddcdecccae8bab3cf5beed96
- Loading branch information