Struct std::simd::f64x8 [] [src]

#[repr(simd)]
pub struct f64x8(_, _, _, _, _, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)

Methods

impl f64x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl f64x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl f64x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl f64x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

Trait Implementations

impl Div<f64x8> for f64x8
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Add<f64x8> for f64x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Copy for f64x8
[src]

impl RemAssign<f64x8> for f64x8
[src]

[src]

Performs the %= operation.

impl DivAssign<f64x8> for f64x8
[src]

[src]

Performs the /= operation.

impl MulAssign<f64x8> for f64x8
[src]

[src]

Performs the *= operation.

impl SubAssign<f64x8> for f64x8
[src]

[src]

Performs the -= operation.

impl AddAssign<f64x8> for f64x8
[src]

[src]

Performs the += operation.

impl Neg for f64x8
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Sub<f64x8> for f64x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

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 Rem<f64x8> for f64x8
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Debug for f64x8
[src]

[src]

Formats the value using the given formatter. Read more

impl Mul<f64x8> for f64x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl PartialEq<f64x8> 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 !=.

Auto Trait Implementations

impl Send for f64x8

impl Sync for f64x8