Skip to content

SIMD vectorization

Nicolas Tancogne-Dejean requested to merge simd_and_vectorization into develop

Description

Adding some SIMD flag to tell the compiler that it can vectorize the loops.

News snippet

Adding some SIMD flag to tell the compiler that it can vectorize the loops.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports