forked from OSchip/llvm-project
parent
67a2f1e4dc
commit
72c00dfa74
|
@ -2702,7 +2702,7 @@ used to process multiple arguments from a single invocation from a SIMD loop
|
|||
concurrently.
|
||||
The syntax of the `declare simd` construct is as follows:
|
||||
|
||||
.. code-block:: c
|
||||
.. code-block:: none
|
||||
|
||||
#pragma omp declare simd [clause[[,] clause] ...] new-line
|
||||
[#pragma omp declare simd [clause[[,] clause] ...] new-line]
|
||||
|
@ -2711,7 +2711,7 @@ The syntax of the `declare simd` construct is as follows:
|
|||
|
||||
where clause is one of the following:
|
||||
|
||||
.. code-block:: c
|
||||
.. code-block:: none
|
||||
|
||||
simdlen(length)
|
||||
linear(argument-list[:constant-linear-step])
|
||||
|
|
Loading…
Reference in New Issue