Skip to content

Commit

Permalink
[AArch64] Refactoring the frequency ratios for decimal precision
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Jul 6, 2024
1 parent 2ded4e4 commit a69dff0
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 162 deletions.
2 changes: 1 addition & 1 deletion aarch64/corefreq-api.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ typedef struct

CLOCK Clock;

unsigned int Boost[BOOST(SIZE)];
COF_ST Boost[BOOST(SIZE)];

COF_UNION Ratio;
} CORE_RO;
Expand Down
Loading

0 comments on commit a69dff0

Please sign in to comment.