This commit is contained in:
luboslenco
2025-08-03 12:02:59 +02:00
parent 0b121781df
commit bf0360fbb8
10 changed files with 84 additions and 563 deletions
-4
View File
@@ -48,7 +48,3 @@ void iron_threads_quit(void) {}
int iron_hardware_threads(void) {
return (int)[[NSProcessInfo processInfo] processorCount];
}
int iron_cpu_cores(void) {
return iron_hardware_threads();
}