rookiehpc.github.io
rookiehpc.github.io copied to clipboard
Missing simd directives in OpenMP documentation
No documentation or examples for simd directives in OpenMP.
simd directives are available in the OpenMP API specifications: Version 5.0 November 2018.
It allows for compiler vectorization of loops.
Documentation on this topic can be found on the official OpenMP website (https://www.openmp.org/spec-html/5.0/openmpsu42.html).