We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4fc40 commit 811072aCopy full SHA for 811072a
library/core/src/num/f32.rs
@@ -1022,6 +1022,7 @@ impl f32 {
1022
target_arch = "aarch64",
1023
all(any(target_arch="riscv32", target_arch= "riscv64"), target_feature="d"),
1024
all(target_arch = "arm", target_feature="vfp2"),
1025
+ target_family = "wasm",
1026
))] {
1027
// whitelist the faster implementation to targets that have known good 64-bit float
1028
// implementations. Falling back to the branchy code on targets that don't have
0 commit comments