enumerate the two parts of the NaN rules

This commit is contained in:
Ralf Jung 2024-08-30 11:31:36 +02:00
parent 08fadfd8d8
commit f6b7727605

View File

@ -1235,8 +1235,9 @@ mod prim_f16 {}
/// operations are guaranteed to exactly preserve the bit pattern of their input except for possibly /// operations are guaranteed to exactly preserve the bit pattern of their input except for possibly
/// changing the sign bit. /// changing the sign bit.
/// ///
/// The following rules apply when a NaN value is returned from an arithmetic operation: the result /// The following rules apply when a NaN value is returned from an arithmetic operation:
/// has a non-deterministic sign. The quiet bit and payload are non-deterministically chosen from /// - The result has a non-deterministic sign.
/// - The quiet bit and payload are non-deterministically chosen from
/// the following set of options: /// the following set of options:
/// ///
/// - **Preferred NaN**: The quiet bit is set and the payload is all-zero. /// - **Preferred NaN**: The quiet bit is set and the payload is all-zero.