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.
Syntax
Windows* OS: __declspec(target(target-name)) |
Linux* OS: __attribute__((target(target-name))) |
Arguments
target-name |
Specifies the target name. Possible values are:
|
Description
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.