Skip to content

Commit

Permalink
Update api.c
Browse files Browse the repository at this point in the history
Per-core curve optimizer support for vangogh
  • Loading branch information
Pososaku authored Apr 27, 2024
1 parent 50f53c7 commit c6a16ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,9 @@ EXP int CALL set_coper(ryzen_access ry, uint32_t value) {
_do_adjust(0x54);
case FAM_REMBRANDT:
case FAM_PHOENIX:
case FAM_VANGOGH:
_do_adjust(0x4b);
break;
case FAM_HAWKPOINT:
_do_adjust(0x4B);
break;
Expand Down

0 comments on commit c6a16ea

Please sign in to comment.