Skip to content

Commit af1d7e9

Browse files
committed
Add target-specific NaN payloads for the missing tier 2 targets
1 parent aa8f0fd commit af1d7e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

library/core/src/primitive_docs.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -1309,10 +1309,12 @@ mod prim_f16 {}
13091309
// FIXME: Is there a better place to put this?
13101310
///
13111311
/// | `target_arch` | Extra payloads possible on this platform |
1312-
/// |---------------|---------|
1313-
/// | `x86`, `x86_64`, `arm`, `aarch64`, `riscv32`, `riscv64` | None |
1312+
/// |---------------|------------------------------------------|
1313+
// Sorted alphabetically
1314+
/// | `aarch64`, `arm`, `arm64ec`, `loongarch64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `x86`, `x86_64` | None |
1315+
/// | `nvptx64` | All payloads |
13141316
/// | `sparc`, `sparc64` | The all-one payload |
1315-
/// | `wasm32`, `wasm64` | If all input NaNs are quiet with all-zero payload: None.<br> Otherwise: all possible payloads. |
1317+
/// | `wasm32`, `wasm64` | If all input NaNs are quiet with all-zero payload: None.<br> Otherwise: all payloads. |
13161318
///
13171319
/// For targets not in this table, all payloads are possible.
13181320

0 commit comments

Comments
 (0)