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 40483d4 + 54a83f0 commit f740aafCopy full SHA for f740aaf
utils/SwiftFloatingPointTypes.py
@@ -49,11 +49,3 @@ def floating_point_bits_to_type():
49
50
def all_floating_point_types():
51
return floating_point_bits_to_type().values()
52
-
53
54
-# Bit counts for all floating point types.
55
-#
56
-# 80-bit floating point types are only permitted on x86 architectures. This
57
-# restriction is handled via #if's in the generated code.
58
-def all_floating_point_bits():
59
- return floating_point_bits_to_type().keys()
0 commit comments