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 ed21300 commit c368d73Copy full SHA for c368d73
stdlib/public/core/FloatingPointTypes.swift.gyb
@@ -22,9 +22,6 @@ from SwiftFloatingPointTypes import all_floating_point_types
22
23
# Number of bits in the Builtin.Word type
24
word_bits = int(CMAKE_SIZEOF_VOID_P) * 8
25
-
26
-# Number of bits in integer literals.
27
-builtinIntLiteralBits = 2048
28
}%
29
30
% for self_type in all_floating_point_types():
0 commit comments