PROCESSOR Clause
Parallel Directive Clause: Tells the compiler to create a vector version of the routine for the specified processor. When running on a processor that does not match "cpuid", a scalar version will be invoked multiple times based on vector length.
Syntax
PROCESSOR (cpuid)
cpuid |
Is one of the following:
|
The vector version of the routine that is created by the compiler is not affected by processor options specified on the command line.
Multiple PROCESSOR clauses cause a syntax error.
ifx only supports cpuid values for 64-bit instruction sets.