mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
grammar
This commit is contained in:
parent
e3577912c8
commit
2b10d588e4
1 changed files with 1 additions and 1 deletions
2
fold.c
2
fold.c
|
@ -208,7 +208,7 @@ static sfloat_t sfloat_propagate_nan(sfloat_state_t *state, sfloat_t a, sfloat_t
|
|||
* this is seven bits to the left of its usual location. The shifted significand
|
||||
* must be normalized or smaller than this. If it's not normalized then the exponent
|
||||
* `exp_z' must be zero; in that case, the result returned is a subnormal number
|
||||
* and is must not require rounding. In the more usual case where the significand
|
||||
* which must not require rounding. In the more usual case where the significand
|
||||
* is normalized, the exponent must be one less than the *true* exponent.
|
||||
*
|
||||
* The handling of underflow and overflow is otherwise in alignment with IEC/IEEE.
|
||||
|
|
Loading…
Reference in a new issue