Add target-specific NaN payloads for the missing tier 2 targets
This commit is contained in:
parent
aa8f0fd716
commit
049bb26687
1 changed files with 5 additions and 3 deletions
|
|
@ -1309,10 +1309,12 @@ mod prim_f16 {}
|
|||
// FIXME: Is there a better place to put this?
|
||||
///
|
||||
/// | `target_arch` | Extra payloads possible on this platform |
|
||||
/// |---------------|---------|
|
||||
/// | `x86`, `x86_64`, `arm`, `aarch64`, `riscv32`, `riscv64` | None |
|
||||
/// |---------------|------------------------------------------|
|
||||
// Sorted alphabetically
|
||||
/// | `aarch64`, `arm`, `arm64ec`, `loongarch64`, `powerpc` (except when `target_abi = "spe"`), `powerpc64`, `riscv32`, `riscv64`, `s390x`, `x86`, `x86_64` | None |
|
||||
/// | `nvptx64` | All payloads |
|
||||
/// | `sparc`, `sparc64` | The all-one payload |
|
||||
/// | `wasm32`, `wasm64` | If all input NaNs are quiet with all-zero payload: None.<br> Otherwise: all possible payloads. |
|
||||
/// | `wasm32`, `wasm64` | If all input NaNs are quiet with all-zero payload: None.<br> Otherwise: all payloads. |
|
||||
///
|
||||
/// For targets not in this table, all payloads are possible.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue