fix(perf): use mach2 for macOS host CPU tick Mach ports (#932)

Replace deprecated libc mach_host_self/mach_task_self with mach2 APIs
while keeping host_processor_info on libc (no mach2 binding).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.com>
This commit is contained in:
cucadmuh
2026-05-31 02:41:56 +03:00
committed by GitHub
parent ea63b35396
commit fc7964fb07
3 changed files with 17 additions and 4 deletions
+1
View File
@@ -4064,6 +4064,7 @@ dependencies = [
"image",
"libc",
"lofty",
"mach2",
"md5",
"psysonic-analysis",
"psysonic-audio",