File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
CpuTopologyRebuild.xcodeproj Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
CpuTopologyRebuild Changelog
2
2
===================
3
+ #### v2.0.1
4
+ - Fix core structure detection for some CPUs ( 6aa8432 )
5
+
6
+ #### v2.0.0
7
+ - Experimental Arrow Lake support, and more ( #23 )
8
+ - Remove cache structure rebuild implementation ( #23 )
9
+ - System Information app shows all physical core count by default ( #23 )
10
+ - Fix ` machdep.cpu.core_count ` by ` -ctrfixcnt ` ( #23 )
11
+
3
12
#### v1.1.0
4
13
- "Total Number of Cores" in System Profiler is displayed correctly ( #8 )
5
14
Original file line number Diff line number Diff line change 404
404
MACOSX_DEPLOYMENT_TARGET = 10.8;
405
405
MARKETING_VERSION = "$(MODULE_VERSION)";
406
406
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
407
- MODULE_VERSION = 2.0.0 ;
407
+ MODULE_VERSION = 2.0.1 ;
408
408
OTHER_CFLAGS = (
409
409
"-mmmx",
410
410
"-msse",
453
453
MACOSX_DEPLOYMENT_TARGET = 10.8;
454
454
MARKETING_VERSION = "$(MODULE_VERSION)";
455
455
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
456
- MODULE_VERSION = 2.0.0 ;
456
+ MODULE_VERSION = 2.0.1 ;
457
457
OTHER_CFLAGS = (
458
458
"-mmmx",
459
459
"-msse",
You can’t perform that action at this time.
0 commit comments