Skip to content

Commit 965c16e

Browse files
Xerateccolluca
authored andcommitted
[fix] Add missing extern definitions
1 parent cb63b04 commit 965c16e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sw/snRuntime/src/team.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ extern uint32_t snrt_global_core_idx();
1010

1111
extern uint32_t snrt_global_core_num();
1212

13+
extern uint32_t snrt_global_compute_core_num();
14+
15+
extern uint32_t snrt_global_compute_core_idx();
16+
1317
extern uint32_t snrt_cluster_idx();
1418

1519
extern uint32_t snrt_cluster_num();

0 commit comments

Comments
 (0)