Method: BOAST::OpenMP#ParallelForSimd

Defined in:
lib/BOAST/Language/OpenMP.rb

#ParallelForSimd(options = {}, &block) ⇒ Object

Creates an OpenMP construct that correspond to the “Parallel#c_name ForSimd#c_name” C OpenMP construct.

Parameters:

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

    OpenMP clause and their values. See OpenMP documentation



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

register_openmp_compound_construct( Parallel, ForSimd, :no_end_clauses => true )