Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
using simde, fetched from my own repo: Cryolitia-Forks/openpgl@77074e2
Upstreamed: RenderKit/openpgl#20
Still need to waiting openpgl upstream for their insights about porting it to riscv64
Actually the biggest challenge is its dependency embree. And openpgl just copy a part of embree's source code to itself's repo without any dependency management. I can not determine how to modify these part of codes on upstream though.
Plus, there is also a still-open PR on embree that port it to RISC-V V extension. Also keep an eye on it.
Link: RenderKit/embree#503