-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Remove M1 limitation #1285
base: main
Are you sure you want to change the base?
Fix Remove M1 limitation #1285
Conversation
I don't think this fix is correct, since you are not addressing whether Intel processor Macs need the special handling. |
Intel Processor Mac will not enter isRunningUnderRosetta2 case |
I've changed it. |
yes, I think this fix is necessary. This fix can be used to distinguish between host_statistics and host_statistics64. host_statistics64 is necessary at Apple Silicon to show the right memory 🙏 There is a related issue: #631 Lines 62 to 68 in 599233f
|
Special handling is also required on M1Pro, M2, M2 Pro