Align DeepSeek and GLM execution with DS4

This commit is contained in:
Georg Bauer
2026-09-11 17:18:45 +02:00
parent 02db0968ae
commit 48c2f751b4
27 changed files with 4517 additions and 400 deletions
+1
View File
@@ -10,6 +10,7 @@ fn main() {
cc::Build::new()
.include("native/metal")
.file(metal)
.file("native/metal/ds4_canary.m")
.flag("-fobjc-arc")
.flag("-ffast-math")
.flag("-mcpu=native")