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 9f95ddc commit bbe53bbCopy full SHA for bbe53bb
Sources/Half/Functions.swift
@@ -5,12 +5,6 @@
5
// Copyright © 2022 SomeRandomiOSDev. All rights reserved.
6
//
7
8
-#if os(Linux)
9
-import Glibc
10
-#else
11
-import Darwin
12
-#endif
13
-
14
// Implmentation of public functions found in swift/stdlib/public/Platform for Half precision.
15
16
// For the sake of simplicity, we'll implement these functions by casting up the
0 commit comments