SIMD available in Rust nightly!https://internals.rust-lang.org/t/simd-now-available-in-libstd-on-nightly/6903 …
-
-
Replying to @burntsushi5
is the feature required for a given function known statically? i'm wondering if we can get rustdoc to show that kind of information
1 reply 0 retweets 1 like -
Replying to @QuietMisdreavus @burntsushi5
I think you either need to add a cfg/target_feature attr or it's in the default set of target features for the current target?
1 reply 0 retweets 0 likes -
Replying to @killercup @burntsushi5
i just peeked at the library source and the functions have target_feature attributes on them, i think we can make rustdoc inspect those
1 reply 0 retweets 6 likes -
-
Replying to @burntsushi5 @killercup
how about something like this? this leverages the same code as std::os, that signals whether something is linux/unix/windows onlypic.twitter.com/knX7UEZHLv
1 reply 0 retweets 1 like -
Replying to @QuietMisdreavus @burntsushi5
I'd write it like "Needs `avx2` target feature" but otherwise: awesome!
1 reply 0 retweets 1 like -
Replying to @killercup @burntsushi5
the "This is supported on _" is static text but i can make it say "This is supported with target feature _" instead, how's that?
1 reply 0 retweets 0 likes -
2 replies 0 retweets 1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.