Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
simd
/
auxiliary
/
simd-lane-limit.rs
blob: dde6b880c62ecad95ed8d96ac593ef7856bb5e26 [
file
] [
log
] [
blame
]
#![
feature
(
rustc_attrs
,
repr_simd
)]
#[
repr
(
simd
,
packed
)]
#[
rustc_simd_monomorphize_lane_limit
=
"8"
]
pub
struct
Simd
<
T
,
const
N
:
usize
>(
pub
[
T
;
N
]);