stdlib: underscore-prefix MaxBuiltinIntegerType and MaxBuiltinFloatType

Swift SVN r20388
This commit is contained in:
Dmitri Hrybenko
2014-07-23 11:40:45 +00:00
parent 37cd51b76a
commit 2b5d0166c5
4 changed files with 8 additions and 8 deletions

View File

@@ -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