Struct ssimd::f32x2 [] [src]

#[repr(packed)]
pub struct f32x2(_, _);

Methods

impl f32x2
[src]

[src]

Create new instance

[src]

Create new instance with all lanes set to a value

[src]

Get the idxth lane value

[src]

Replace the idxth lane with new value

[src]

Load instance from an array

[src]

Store self to an array

[src]

Compare if equal

[src]

Compare if not equal

[src]

Compare if less than

[src]

Compare if less than or equal

[src]

Compare if greater than

[src]

Compare if greater than or equal

[src]

Get max values by lane

[src]

Get min values by lane

impl f32x2
[src]

[src]

Get square root

[src]

Get reciprocal of square root

[src]

Get reciprocal

impl f32x2
[src]

[src]

impl f32x2
[src]

[src]

impl f32x2
[src]

[src]

Trait Implementations

impl Debug for f32x2
[src]

[src]

Formats the value using the given formatter.

impl Clone for f32x2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for f32x2
[src]

impl Add for f32x2
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for f32x2
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for f32x2
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for f32x2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.