2002-01-20 Ben Elliston <bje@redhat.com>
* sim-fpu.h (SIM_FPU_IS_QNAN): Replace "Quite" with "Quiet" in the comment for this enumerator.
This commit is contained in:
parent
bbe5c628c2
commit
1636f0bbeb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-20 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* sim-fpu.h (SIM_FPU_IS_QNAN): Replace "Quite" with "Quiet" in
|
||||
the comment for this enumerator.
|
||||
|
||||
2002-01-14 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* sim-fpu.h: Fix comment about sim_fpu_* constants.
|
||||
|
|
|
@ -354,7 +354,7 @@ INLINE_SIM_FPU (int) sim_fpu_is_gt (const sim_fpu *l, const sim_fpu *r);
|
|||
#ifndef SIM_FPU_IS_SNAN
|
||||
enum {
|
||||
SIM_FPU_IS_SNAN = 1, /* Noisy not-a-number */
|
||||
SIM_FPU_IS_QNAN = 2, /* Quite not-a-number */
|
||||
SIM_FPU_IS_QNAN = 2, /* Quiet not-a-number */
|
||||
SIM_FPU_IS_NINF = 3, /* -infinity */
|
||||
SIM_FPU_IS_PINF = 4, /* +infinity */
|
||||
SIM_FPU_IS_NNUMBER = 5, /* -number - [ -MAX .. -MIN ] */
|
||||
|
|
Loading…
Reference in a new issue