Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b00t0x committed Feb 6, 2025
1 parent 9c2e597 commit 18dfd2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CpuTopologyRebuild Changelog
===================
#### v2.0.1
- Fix core structure detection for some CPUs ( 6aa8432 )

#### v2.0.0
- Experimental Arrow Lake support, and more ( #23 )
- Remove cache structure rebuild implementation ( #23 )
- System Information app shows all physical core count by default ( #23 )
- Fix `machdep.cpu.core_count` by `-ctrfixcnt` ( #23 )

#### v1.1.0
- "Total Number of Cores" in System Profiler is displayed correctly ( #8 )

Expand Down
4 changes: 2 additions & 2 deletions CpuTopologyRebuild.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
MARKETING_VERSION = "$(MODULE_VERSION)";
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
MODULE_VERSION = 2.0.0;
MODULE_VERSION = 2.0.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -453,7 +453,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
MARKETING_VERSION = "$(MODULE_VERSION)";
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
MODULE_VERSION = 2.0.0;
MODULE_VERSION = 2.0.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down

0 comments on commit 18dfd2f

Please sign in to comment.