Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Feb 22, 2024
1 parent 2f87923 commit ccba4f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1857,10 +1857,12 @@ static void initialize_global_cpu_info()
g_powersave = 0;
initialize_cpu_thread_affinity_mask(g_cpu_affinity_mask_all, g_cpu_affinity_mask_little, g_cpu_affinity_mask_big);

#if (defined _WIN32 && (__aarch64__ || __arm__)) || __APPLE__
if (!is_being_debugged())
{
ruapu_init();
}
#endif

#if defined _WIN32
#if __aarch64__
Expand Down

0 comments on commit ccba4f1

Please sign in to comment.