Ling Wang
Results
2
issues of
Ling Wang
While try running test with GCC-13 compiler, I got the following error reported: ```bash ❯ ctest --rerun-failed --output-on-failure -v 0% tests passed, 109 tests failed out of 109 ``` With...
When using clang@d70267fb with highway@e9a2799, cmake with `-DCMAKE_BUILD_TYPE=Debug` option gives different test results between without this option. Test results without `Debug` option: ```text 99% tests passed, 4 tests failed out...