Visible to Intel only — GUID: GUID-9467BA78-8884-4874-AB5D-2919BA8324A7
Visible to Intel only — GUID: GUID-9467BA78-8884-4874-AB5D-2919BA8324A7
target
Specifies a target for called functions or variables.
Windows* OS: __declspec(target(target-name)) |
Linux* OS: __attribute__((target(target-name))) |
target-name |
Specifies the target name. Possible values are:
|
This keyword specifies that the called function or variable is also available on the target. Only functions or variables marked with this attribute are available on the target, and only these functions can be called on the target.