Struct ssimd::f64x4 [] [src]

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

Methods

impl f64x4
[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 f64x4
[src]

[src]

Get square root

[src]

Get reciprocal of square root

[src]

Get reciprocal

impl f64x4
[src]

[src]

impl f64x4
[src]

[src]

impl f64x4
[src]

[src]

Trait Implementations

impl Debug for f64x4
[src]

[src]

Formats the value using the given formatter.

impl Clone for f64x4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for f64x4
[src]

impl Add for f64x4
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for f64x4
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for f64x4
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for f64x4
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.