You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered:
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 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
The text was updated successfully, but these errors were encountered: