Skip to content

Commit

Permalink
clang and new partbb synced with main shad
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 committed Dec 24, 2024
1 parent 2692656 commit 3775243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video_core/amdgpu/liverpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ static const char* ccb_task_name{"CCB_TASK"};
static_assert(Liverpool::NumComputeRings <= MAX_NAMES);

#define NAME_NUM(z, n, name) BOOST_PP_STRINGIZE(name) BOOST_PP_STRINGIZE(n),
#define NAME_ARRAY(name, num) \
{ BOOST_PP_REPEAT(num, NAME_NUM, name) }
#define NAME_ARRAY(name, num) {BOOST_PP_REPEAT(num, NAME_NUM, name)}


static const char* acb_task_name[] = NAME_ARRAY(ACB_TASK, MAX_NAMES);

Expand Down

0 comments on commit 3775243

Please sign in to comment.