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 e1b9d65 commit cf552eaCopy full SHA for cf552ea
stdlib/public/core/FloatingPointToString.swift
@@ -1287,7 +1287,8 @@ fileprivate func _Float128ToASCII(
1287
// performance overall.
1288
//
1289
// ================================================================
1290
-#if ((os(macOS) || targetEnvironment(macCatalyst) || os(Linux)) && arch(x86_64))
+
1291
+#if !(os(Windows) || os(Android) || ($Embedded && !os(Linux) && !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS)))) && (arch(i386) || arch(x86_64))
1292
1293
@available(SwiftStdlib 6.2, *)
1294
fileprivate func _backend_256bit(
0 commit comments