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.

Parameters:

  • options (Hash) (defaults to: {})

    OpenMP clause and their values. See OpenMP documentation



382
# File 'lib/BOAST/Language/OpenMP.rb', line 382

register_openmp_compound_construct( Distribute, Simd )