Struct stdsimd::simd::f64x8 [] [src]

#[repr(simd)]
pub struct f64x8(_, _, _, _, _, _, _, _);

Methods

impl f64x8
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl f64x8
[src]

[src]

impl f64x8
[src]

[src]

impl f64x8
[src]

[src]

Trait Implementations

impl Clone for f64x8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for f64x8
[src]

impl Debug for f64x8
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for f64x8
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Add for f64x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for f64x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for f64x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for f64x8
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.