mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: underscore-prefix MaxBuiltinIntegerType and MaxBuiltinFloatType
Swift SVN r20388
This commit is contained in:
@@ -46,8 +46,8 @@ public typealias StringLiteralType = String
|
||||
// Rationale: 1024 bits are enough to represent the absolute value of min/max
|
||||
// IEEE Binary64, and we need 1 bit to represent the sign. Instead of using
|
||||
// 1025, we use the next round number -- 2048.
|
||||
public typealias MaxBuiltinIntegerType = Builtin.Int2048
|
||||
public typealias MaxBuiltinFloatType = Builtin.FPIEEE64
|
||||
public typealias _MaxBuiltinIntegerType = Builtin.Int2048
|
||||
public typealias _MaxBuiltinFloatType = Builtin.FPIEEE64
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Standard protocols
|
||||
|
||||
Reference in New Issue
Block a user