Visible to Intel only — GUID: GUID-257120B1-7058-42C3-A1E3-6BFEC3CA7B76
Visible to Intel only — GUID: GUID-257120B1-7058-42C3-A1E3-6BFEC3CA7B76
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.