mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Dcoument that the opauque value used to construct QNaNs is truncated
as necessary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3eb445feb2
commit
6330084a66
@ -192,7 +192,7 @@ namespace llvm {
|
||||
///
|
||||
/// \param Negative - True iff the NaN generated should be negative.
|
||||
/// \param type - The unspecified fill bits for creating the NaN, 0 by
|
||||
/// default.
|
||||
/// default. The value is truncated as necessary.
|
||||
static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
|
||||
unsigned type = 0) {
|
||||
return APFloat(Sem, fcNaN, Negative, type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user