Move CORES_PER_CLUSTER to vx_spawn.h

This commit is contained in:
Hansung Kim
2024-03-24 01:45:30 -07:00
parent 8f3474b151
commit 7d177492b2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,8 @@
#include <stdint.h>
#include <stdio.h>
#define CORES_PER_CLUSTER 2
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -15,8 +15,6 @@
#include <vx_intrinsics.h>
#include <inttypes.h>
#define CORES_PER_CLUSTER 2
#ifdef __cplusplus
extern "C" {
#endif