Loading clang/docs/AttributeReference.rst +19 −19 Original line number Diff line number Diff line Loading @@ -36,7 +36,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] Loading @@ -45,7 +45,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 Loading
clang/docs/AttributeReference.rst +19 −19 Original line number Diff line number Diff line Loading @@ -36,7 +36,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] Loading @@ -45,7 +45,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