Jordan Peck
Jordan Peck
It's on the todo feature list
It's a known missing feature atm. @KdotJPG would need to implement it 🙏
I think this is caused by a threading race condition when detecting the SIMD level. As a workaround you can call `GetSIMDLevel()` at the start of the app to init...
Could there or is there a way to get the maximum and minimum possible returned value for a node tree
You can get the min/max of the current set of generated points. But there is no way to get the theoretical min/max of a node tree unfortunately
Yes you've used the same structure code from LumixEngine as I did, there were several input and config bugs from this implementation which I've fixed in this PR
I think this probably needs an optional flag to enable it given that it makes use of a second ImGui context. Which can cause some ImGui features to behave differently
It doesn't currently work with multiple node editor instances which I need to look into. I have tested it works in the examples, but I don't know what your setup...
Thanks, did you run the tests on MacOS ARM? I don't have a Mac device to test it myself
The enable_if on the mask register is to avoid ambiguous implicit conversions. The AVX512 m32 also uses it, without it there are compiler errors. What error are you getting with...
The overflow is intended it's part of the hashing algorithm