dalizi

Results 7 comments of dalizi

Hi Nicholas, Thank you for your reply. The main content of the test involves matrix composition, transformation, and inversion operations. Below is the general framework of the test code: ```...

One more thing is that our project's C++ version is quite high. This PR did not handle compatibility with C++11 well, so I need to make some adjustments.

The processor is [snapdragon-xr2-gen2](https://www.qualcomm.com/products/mobile/snapdragon/xr-vr-ar/snapdragon-xr2-gen-2-platform#Overview)

I encountered an issue with unit tests. The configurations `build pull request / vs2022 (vs2022-clang, release, x64, -simd) `and `build pull request / vs2022 (vs2022-clang, release, x64, -avx)` are indicating...

Our test results were also analyzed based on benchmark reports under Android, but the code in the benchmark is slightly more complex. The conclusion of the comparison was initially surprising:...

Thank you very much for sharing the data. It seems that maintaining the original method of passing parameters by value would better meet the requirements of the rtm library. I...

> Hello, This PR has been open for a while. The last time around, I mentioned a number of changes required for me to merge this into the main branch....