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
/build/openpgl/src/openpgl-0.6.0/openpgl/../third-party/embreeSrc/common/math/../sys/intrinsics.h:15:10: fatal error: immintrin.h: No such file or directory
15 | #include <immintrin.h>
|
I would like to know whether openpgl is glad to continue to support riscv64
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=OFFand-DOPENPGL_ISA_AVX2=OFFthen it's a fatal errorMust have at least one ISA enabled.https://github.com/RenderKit/openpgl/blob/17ddb614e894a996cad1e155a783a1b2479de0b7/CMakeLists.txt#L69-L75
And then
I would like to know whether openpgl is glad to continue to support riscv64