Docs.rs
fearless_simd-0.3.0
fearless_simd 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
raphlinus
DJMcNab
LaurenzV
Dependencies
bytemuck ^1.23.0
normal
libm ^0.2.15
normal
optional
Versions
4.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Select
fearless_
simd
0.3.0
Select
Required Methods
select
Implementors
In crate fearless_
simd
fearless_simd
Trait
Select
Copy item path
Source
pub trait Select<T> { // Required method fn
select
(self, if_true: T, if_false: T) -> T; }
Required Methods
§
Source
fn
select
(self, if_true: T, if_false: T) -> T
Implementors
§
Source
§
impl<S:
Simd
>
Select
<
f32x4
<S>> for
mask32x4
<S>
Source
§
impl<S:
Simd
>
Select
<
f32x8
<S>> for
mask32x8
<S>
Source
§
impl<S:
Simd
>
Select
<
f32x16
<S>> for
mask32x16
<S>
Source
§
impl<S:
Simd
>
Select
<
f64x2
<S>> for
mask64x2
<S>
Source
§
impl<S:
Simd
>
Select
<
f64x4
<S>> for
mask64x4
<S>
Source
§
impl<S:
Simd
>
Select
<
f64x8
<S>> for
mask64x8
<S>
Source
§
impl<S:
Simd
>
Select
<
i8x16
<S>> for
mask8x16
<S>
Source
§
impl<S:
Simd
>
Select
<
i8x32
<S>> for
mask8x32
<S>
Source
§
impl<S:
Simd
>
Select
<
i8x64
<S>> for
mask8x64
<S>
Source
§
impl<S:
Simd
>
Select
<
i16x8
<S>> for
mask16x8
<S>
Source
§
impl<S:
Simd
>
Select
<
i16x16
<S>> for
mask16x16
<S>
Source
§
impl<S:
Simd
>
Select
<
i16x32
<S>> for
mask16x32
<S>
Source
§
impl<S:
Simd
>
Select
<
i32x4
<S>> for
mask32x4
<S>
Source
§
impl<S:
Simd
>
Select
<
i32x8
<S>> for
mask32x8
<S>
Source
§
impl<S:
Simd
>
Select
<
i32x16
<S>> for
mask32x16
<S>
Source
§
impl<S:
Simd
>
Select
<
mask8x16
<S>> for
mask8x16
<S>
Source
§
impl<S:
Simd
>
Select
<
mask8x32
<S>> for
mask8x32
<S>
Source
§
impl<S:
Simd
>
Select
<
mask8x64
<S>> for
mask8x64
<S>
Source
§
impl<S:
Simd
>
Select
<
mask16x8
<S>> for
mask16x8
<S>
Source
§
impl<S:
Simd
>
Select
<
mask16x16
<S>> for
mask16x16
<S>
Source
§
impl<S:
Simd
>
Select
<
mask16x32
<S>> for
mask16x32
<S>
Source
§
impl<S:
Simd
>
Select
<
mask32x4
<S>> for
mask32x4
<S>
Source
§
impl<S:
Simd
>
Select
<
mask32x8
<S>> for
mask32x8
<S>
Source
§
impl<S:
Simd
>
Select
<
mask32x16
<S>> for
mask32x16
<S>
Source
§
impl<S:
Simd
>
Select
<
mask64x2
<S>> for
mask64x2
<S>
Source
§
impl<S:
Simd
>
Select
<
mask64x4
<S>> for
mask64x4
<S>
Source
§
impl<S:
Simd
>
Select
<
mask64x8
<S>> for
mask64x8
<S>
Source
§
impl<S:
Simd
>
Select
<
u8x16
<S>> for
mask8x16
<S>
Source
§
impl<S:
Simd
>
Select
<
u8x32
<S>> for
mask8x32
<S>
Source
§
impl<S:
Simd
>
Select
<
u8x64
<S>> for
mask8x64
<S>
Source
§
impl<S:
Simd
>
Select
<
u16x8
<S>> for
mask16x8
<S>
Source
§
impl<S:
Simd
>
Select
<
u16x16
<S>> for
mask16x16
<S>
Source
§
impl<S:
Simd
>
Select
<
u16x32
<S>> for
mask16x32
<S>
Source
§
impl<S:
Simd
>
Select
<
u32x4
<S>> for
mask32x4
<S>
Source
§
impl<S:
Simd
>
Select
<
u32x8
<S>> for
mask32x8
<S>
Source
§
impl<S:
Simd
>
Select
<
u32x16
<S>> for
mask32x16
<S>