Skip to content

Commit eada5aa

Browse files
committed
try to add ios-xcode-build
1 parent 05c55e5 commit eada5aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var sources = [
1414
"ggml/src/ggml-backend.cpp",
1515
"ggml/src/ggml-quants.c",
1616
"ggml/src/ggml-aarch64.c",
17+
"ggml/src/ggml-fp8.cpp",
1718
]
1819

1920
var resources: [Resource] = []
@@ -75,5 +76,5 @@ let package = Package(
7576
linkerSettings: linkerSettings
7677
)
7778
],
78-
cxxLanguageStandard: .cxx11
79+
cxxLanguageStandard: .cxx17
7980
)

0 commit comments

Comments
 (0)