-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUILD FAILED] Looking for some alternatives about immintrin.h
#159
Comments
But SVT for Intel x86_64 only isn't it? |
SVT was indeed originally designed for x86_64 only, but it is possible to extend the base technology to other architectures, as shown by SVT-AV1 |
Update: had a typo in my comment, meant to say, it's possible to extend to other architectures |
Please note that this is also an issue for ARM64 builds: /usr/lib64/clang/18/include/mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
14 | #error "This header is only meant to be used on x86 and x64 architecture"
| ^ |
davidebeatrici
added a commit
to OpenMandrivaAssociation/svt-vp9
that referenced
this issue
Mar 26, 2024
Related: #172 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.
Description
When post
SVT-VP9
, we encountered compile error. Looking up the log, we findimmintrin.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.
:)
Appendix: Failed log
The text was updated successfully, but these errors were encountered: