Running tests, I get
[doctest] doctest version is "2.4.11"
[doctest] run with "--help" for options
Abnormal program termination: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\vector(1931) : Assertion failed: vector subscript out of range
Funny thing, doesn't trigger a break in the debugger. Offending line seems to be:
set(packed.min_x, j, (float) intercepted_faces_bb[v][i * SimdWidth + j].lower.x);
Running tests, I get
Funny thing, doesn't trigger a break in the debugger. Offending line seems to be:
set(packed.min_x, j, (float) intercepted_faces_bb[v][i * SimdWidth + j].lower.x);