-
Notifications
You must be signed in to change notification settings - Fork 28
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
Building on RISC-V 64bit on Linux #20
Comments
Port to simde Related: RenderKit/openpgl#20
I have managed to port openpgl to use simde, now it could be built on Arch Linux RISC-V. I would like to hear openpgl's maintainers insights about how to port it to widely platforms. Link: Cryolitia-Forks@77074e2 |
Port to simde Related: RenderKit/openpgl#20
I think your work is very valuable. However, it looks like a temporary fix rather than a feature that can be integrated into the project directly. According to the README of simde's explanation about
In some cases, there will be conflicts like If you want to officially integrate simde in a project, you may not use This may also require more discussion. |
I'm stuck at how to deal with the code in |
* Apply Cryolitia-Forks/openpgl@77074e2 to build on loong64 * Use simde to provide x86 intrinsics * Bug: error: conflicting declaration ‘typedef simde__m128i __m128i’ * Temporarily switch to `SIMDE_NO_NATIVE` * This actually disables SIMD * Discussion: RenderKit/openpgl#20 Signed-off-by: Zhou Qiankang <[email protected]>
Since #6 , is there any possible that openpgl could support riscv64gc.
I am building it on Arch Linux RISC-V :
c++: error: unrecognized command-line option ‘-msse2’
full log: https://archriscv.felixc.at/.status/log.htm?url=logs/openpgl/openpgl-0.6.0-1.log
-DOPENPGL_ISA_SSE4=OFF
and-DOPENPGL_ISA_AVX2=OFF
then it's a fatal errorMust have at least one ISA enabled.
openpgl/CMakeLists.txt
Lines 69 to 75 in 17ddb61
And then
I would like to know whether openpgl is glad to continue to support riscv64
The text was updated successfully, but these errors were encountered: