diff options
| author | GPUCode <geoster3d@gmail.com> | 2023-11-20 15:52:18 +0200 |
|---|---|---|
| committer | t895 <clombardo169@gmail.com> | 2023-11-25 00:47:36 -0500 |
| commit | 3ec3cca4d8d4e1733cbc337b0499ad3bdcdf52b0 (patch) | |
| tree | 4f8cb57560d4aa06d73a799537945b5a842460b2 /src/core/device_memory.cpp | |
| parent | c37b5f431fcbffac173fb70ef0a0d7fb6cde7f2d (diff) | |
core: Define HAS_NCE macro
Diffstat (limited to 'src/core/device_memory.cpp')
| -rw-r--r-- | src/core/device_memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device_memory.cpp b/src/core/device_memory.cpp index 3a9151646..1aea56a99 100644 --- a/src/core/device_memory.cpp +++ b/src/core/device_memory.cpp @@ -6,7 +6,7 @@ namespace Core { -#ifdef ARCHITECTURE_arm64 +#ifdef HAS_NCE constexpr size_t VirtualReserveSize = 1ULL << 38; #else constexpr size_t VirtualReserveSize = 1ULL << 39; |
