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 d4b8748 commit f89f15fCopy full SHA for f89f15f
src/distributions/mod.rs
@@ -221,7 +221,7 @@ use crate::Rng;
221
/// [`Uniform`]: uniform::Uniform
222
/// [`Wrapping<T>`]: std::num::Wrapping
223
/// [`NonZeroU8`]: std::num::NonZeroU8
224
-/// [`__m128i`]: https://doc.rust-lang.org/nightly/core/arch/x86/struct.__m128i.html
+/// [`__m128i`]: https://doc.rust-lang.org/core/arch/x86/struct.__m128i.html
225
/// [`u32x4`]: std::simd::u32x4
226
/// [`f32x4`]: std::simd::f32x4
227
/// [`mask32x4`]: std::simd::mask32x4
0 commit comments