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.
2 parents f196c16 + 2dd7585 commit f20a7f9Copy full SHA for f20a7f9
include/swift/Runtime/SwiftDtoa.h
@@ -33,7 +33,7 @@
33
#undef SWIFT_DTOA_FLOAT80_SUPPORT
34
#elif defined(__ANDROID__)
35
// At least for now Float80 is disabled. See: https://github.com/apple/swift/pull/25502
36
-#elif defined(__APPLE__) || defined(__linux__)
+#elif defined(__APPLE__) || defined(__linux__) || defined(__OpenBSD__)
37
// macOS and Linux support Float80 on X86 hardware but not on ARM
38
#if defined(__x86_64__) || defined(__i386)
39
#define SWIFT_DTOA_FLOAT80_SUPPORT 1
0 commit comments