Struct coresimd::simd::f32x8 [] [src]

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

Methods

impl f32x8
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl f32x8
[src]

[src]

impl f32x8
[src]

[src]

Trait Implementations

impl Clone for f32x8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for f32x8
[src]

impl Debug for f32x8
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for f32x8
[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 f32x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for f32x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for f32x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for f32x8
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Rem for f32x8
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl AddAssign for f32x8
[src]

[src]

Performs the += operation.

impl SubAssign for f32x8
[src]

[src]

Performs the -= operation.

impl MulAssign for f32x8
[src]

[src]

Performs the *= operation.

impl DivAssign for f32x8
[src]

[src]

Performs the /= operation.

impl RemAssign for f32x8
[src]

[src]

Performs the %= operation.

impl Neg for f32x8
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

Auto Trait Implementations

impl Send for f32x8

impl Sync for f32x8