HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

5.10  uniform Clause

Name: uniform

Properties: data-environment attribute

Arguments

Name

Type

Properties

parameter-list

list of parameter list item type

default

Directives

declare simd

Semantics

The uniform clause declares one or more arguments to have an invariant value for all concurrent invocations of the function in the execution of a single SIMD loop.

Cross References