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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
I'll address this issue on this repo instead of the vp9 one since this is the more mature repo I guess.
Currently, this project and SVT-VP9 are essentially hardwired to assume that they will be compiled for and ran on an x86 CPU that supports some level of simd that is provided by AMD and Intel. To make it compile only C code, it would require refactoring the CMake files and parts of the C code that handles switching the simd level in both project to be closer to the code in SVT-AV1's code.
This would not be a simple "one weekend" task to do so as there's been a lot of changes in SVT-AV1's codebase that has not been reflected onto SVT-HEVC and SVT-VP9 as the latter two has not been as popular as the first. But better late than never? Maybe?
I can maybe try to start sometime soon:tm: (no promises at this time) starting with the github actions part to make sure it compiles as expected on currently supported configurations, but contributions are always welcome.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.
Description
When post
SVT-HEVC
, we encountered compile error. Looking up the log, we foundimmintrin.h
head file, which leaded this fail.After searching some docs, we got a depressed truth: it seems that this head file is for
x86_64
only.Are there some alternatives for it?
Perhaps useful links
Last
If alternatives don't exist, you can give me some advice about the build process or something else.
Sincerely thanks.
:)
edit: fix some typo.
Appendix: Failed log
The text was updated successfully, but these errors were encountered: