We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f6ae0 commit 6f0d36aCopy full SHA for 6f0d36a
Sources/CBORCoding/Half.swift
@@ -1,6 +1,7 @@
1
import Foundation
2
3
-#if canImport(Half) && swift(<5.3)
+#if canImport(Half) && swift(<5.3) || (
4
+ os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64)
5
import Half
6
7
typealias Float16 = Half
0 commit comments