[Feature]: Add ARM64 platfrom support for DG2
Open
Feature Request
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 383
- Avg merge
- 8d 18h
- Merged PRs (30d)
- 4
Description
### What Feature?
Starting from Linux 6.8, the DG2 graphics card can work on the arm64 platform using the new xe kernel driver. However, the media-driver relies on the x86 instruction set, which prevents the DG2 graphics card from performing video codec on the arm64 platform.
As a C/C++ noob, I tried to add [sse2neon](https://github.com/DLTcollab/sse2neon) header to the project and remove some of the x86 restrictions but I received a link error in the final stage of compilation.
### What's the usage scenario would be benifited?
Transcode for media delivery
### What impacted?
_No response_
### Do you want to contribute a patch to develop this feature?
None
Contributor guide
Assessment
This issue has not been assessed yet.