File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ pub mod arch {
88
88
///
89
89
/// ## SIMD
90
90
///
91
- /// The [simd proposa ][simd] for WebAssembly adds a new `v128` type for a
91
+ /// The [simd proposal ][simd] for WebAssembly adds a new `v128` type for a
92
92
/// 128-bit SIMD register. It also adds a large array of instructions to
93
93
/// operate on the `v128` type to perform data processing. The SIMD proposal
94
94
/// has been in progress for quite some time and many instructions have come
Original file line number Diff line number Diff line change @@ -410,11 +410,13 @@ pub macro v8x16_shuffle(
410
410
411
411
// internal implementation detail of the `v8x16_shuffle`, done so there's a name
412
412
// that always works for the macro to import.
413
+ #[ doc( hidden) ]
413
414
pub use crate :: mem:: transmute as __v8x16_shuffle_transmute;
414
415
415
416
// internal to this module and only generated here as an implementation detail
416
417
// of the `v8x16_shuffle` macro.
417
418
#[ repr( simd) ]
419
+ #[ doc( hidden) ]
418
420
pub struct __v8x16_shuffle_u8x16 (
419
421
u8 ,
420
422
u8 ,
You can’t perform that action at this time.
0 commit comments