mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
[APFloat] Removed out of date comment from isNormal().
I already finished the isIEEENormal => isNormal transition. So isNormal is now IEEE-754R compliant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db045ab153
commit
daee0b0def
@ -361,9 +361,6 @@ public:
|
|||||||
///
|
///
|
||||||
/// This implies that the current value of the float is not zero, subnormal,
|
/// This implies that the current value of the float is not zero, subnormal,
|
||||||
/// infinite, or NaN following the definition of normality from IEEE-754R.
|
/// infinite, or NaN following the definition of normality from IEEE-754R.
|
||||||
///
|
|
||||||
/// The current implementation of isNormal() differs from this by treating
|
|
||||||
/// subnormal values as normal values.
|
|
||||||
bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
|
bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
|
||||||
|
|
||||||
/// Returns true if and only if the current value is zero, subnormal, or
|
/// Returns true if and only if the current value is zero, subnormal, or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user