Skip to content

Commit 3fead72

Browse files
committed
(NATIVECPU) added Native CPU macro
1 parent 6855efa commit 3fead72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/core/device.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ desc: "AMD GCN"
6161
name: "$X_DEVICE_BINARY_TARGET_AMDGCN"
6262
value: "\"amdgcn\""
6363
--- #--------------------------------------------------------------------------
64+
type: macro
65+
desc: "Native CPU"
66+
name: "$X_DEVICE_BINARY_TARGET_NATIVE_CPU"
67+
value: "\"native_cpu\""
68+
--- #--------------------------------------------------------------------------
6469
type: struct
6570
desc: "Device Binary Type"
6671
name: $x_device_binary_t

0 commit comments

Comments
 (0)