Skip to content

Commit

Permalink
Merge pull request #1796 from BrianSharpe/master
Browse files Browse the repository at this point in the history
guarding UINT64_C in nanovdb
  • Loading branch information
jmlait authored Apr 24, 2024
2 parents 45d2ce4 + 0f90fc5 commit 08409f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nanovdb/nanovdb/NanoVDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ typedef unsigned long long uint64_t;

#define NANOVDB_ASSERT(x)

#ifndef UINT64_C
#define UINT64_C(x) (x ## ULL)
#endif

#else // !__CUDACC_RTC__

Expand Down

0 comments on commit 08409f0

Please sign in to comment.