-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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- I add
-DOPENPGL_ISA_SSE4=OFFand-DOPENPGL_ISA_AVX2=OFFthen it's a fatal errorMust have at least one ISA enabled. - I delete the lines below
https://github.com/RenderKit/openpgl/blob/17ddb614e894a996cad1e155a783a1b2479de0b7/CMakeLists.txt#L69-L75
And then
/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
Metadata
Metadata
Assignees
Labels
No labels