Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning around "#pragma omp simd" usage that is not available on …
…Apple M1 Pro with Apple clang version 16.0.0 compiler: [ 91%] Building CXX object modules/ar/CMakeFiles/visp_ar.dir/src/panda3d-simulator/vpPanda3DGeometryRenderer.cpp.o .../modules/ar/src/panda3d-simulator/vpPanda3DGeometryRenderer.cpp:184:33: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 184 | void vpPanda3DGeometryRenderer::getRender(vpImage<vpRGBf> &normals, vpImage<float> &depth, const vpRect &bb, unsigned int h, unsigned w) const | ^ 1 warning generated.
- Loading branch information