mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Match up conditional for Float80 support
This commit is contained in:
@@ -1287,7 +1287,8 @@ fileprivate func _Float128ToASCII(
|
||||
// performance overall.
|
||||
//
|
||||
// ================================================================
|
||||
#if ((os(macOS) || targetEnvironment(macCatalyst) || os(Linux)) && arch(x86_64))
|
||||
|
||||
#if !(os(Windows) || os(Android) || ($Embedded && !os(Linux) && !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS)))) && (arch(i386) || arch(x86_64))
|
||||
|
||||
@available(SwiftStdlib 6.2, *)
|
||||
fileprivate func _backend_256bit(
|
||||
|
||||
Reference in New Issue
Block a user