Method: BOAST::OpenMP#DistributeSimd
- Defined in:
- lib/BOAST/Language/OpenMP.rb
#DistributeSimd(options = {}, &block) ⇒ Object
Creates an OpenMP construct that correspond to the “Distribute#c_name Simd#c_name” C OpenMP construct.
382 |
# File 'lib/BOAST/Language/OpenMP.rb', line 382 register_openmp_compound_construct( Distribute, Simd ) |