You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of simd on http://doc.rs/simd doesn't have all available features. I know that cargo doc use the -C target_feature flag but http://doc.rs doesn't take that in account and compiles on its own arch.
Uh oh!
There was an error while loading. Please reload this page.
The documentation of simd on http://doc.rs/simd doesn't have all available features. I know that
cargo doc
use the-C target_feature
flag but http://doc.rs doesn't take that in account and compiles on its own arch.For example I can't see the
x86 avx
f64x4
details.The old @huonw documentation website already handle this problem 😸
The text was updated successfully, but these errors were encountered: