Struct stdsimd::simd::f32x2 [] [src]

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

A 64-bit vector with 2 f32 lanes.

Methods

impl f32x2
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl f32x2
[src]

[src]

impl f32x2
[src]

[src]

impl f32x2
[src]

[src]

Trait Implementations

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 Debug for f32x2
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for f32x2
[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 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.