You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Three commits on top of upstream (plus this README):
17
17
2.**`build-xcframework.sh` → Ninja generator** — see "Why Ninja" below. All 7 `cmake -B` invocations in the script now use `-G Ninja` instead of `-G Xcode`. The Xcode-only `-- -quiet` build argument was dropped. `combine_static_libraries` call sites now pass `.` as the `release_dir` because Ninja is single-config and emits archives directly under `src/`, not `src/Release-<sdk>/`.
18
18
3.**Fork-focused README** — this file; upstream README moved to [README.upstream.md](README.upstream.md).
19
19
20
-
No C/C++/Objective-C source has been touched. No APIs added, removed, or renamed. No ggml backend modifications. Library behavior is byte-for-byte identical to upstream `b8802` for the same inputs.
20
+
No C/C++/Objective-C source has been touched. No APIs added, removed, or renamed. No ggml backend modifications. Library behavior is byte-for-byte identical to upstream `b9628` for the same inputs.
21
21
22
22
### Why Ninja
23
23
@@ -90,7 +90,7 @@ This is **not** a Metal fallback. It fires only when x86_64 is part of the archi
90
90
- CMake 4.x (`brew install cmake`)
91
91
- Ninja (`brew install ninja`)
92
92
93
-
Last verified: 2026-04-15 against upstream tag `b8802` with Xcode 26.4, CMake 4.2.3, Ninja 1.13.2.
93
+
Last verified: 2026-06-13 against upstream tag `b9628` with Xcode 27.0, CMake 4.3.3, Ninja 1.13.2.
0 commit comments