Skip to content

Commit

Permalink
Remove now irrelevant unstable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sam committed Apr 15, 2019
1 parent b25b0cc commit 93d27d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clock_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static std::uint32_t g_mem_clocks[] = {
static size_t g_mem_clock_count = sizeof(g_mem_clocks) / sizeof(g_mem_clocks[0]);

static std::uint32_t g_cpu_clocks[] = {
1785000000, // unstable in certain configurations
1785000000,
1683000000,
1581000000,
1428000000,
Expand Down

0 comments on commit 93d27d6

Please sign in to comment.