Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce various improvements #1498

Merged
merged 5 commits into from
Nov 5, 2024
Merged

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    83e0f5f View commit details
    Browse the repository at this point in the history
  2. 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.
    fspindle committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    998ca20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2e8aa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    13cb9cb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Fix wrong optimization

    fspindle committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e057281 View commit details
    Browse the repository at this point in the history