Struct coresimd::simd::__m256i [] [src]

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

256-bit wide signed integer vector type

Trait Implementations

impl Clone for __m256i
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for __m256i
[src]

impl Debug for __m256i
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for __m256i
[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 From<__m256i> for u64x4
[src]

[src]

Performs the conversion.

impl From<__m256i> for i64x4
[src]

[src]

Performs the conversion.

impl From<__m256i> for u32x8
[src]

[src]

Performs the conversion.

impl From<__m256i> for i32x8
[src]

[src]

Performs the conversion.

impl From<__m256i> for u16x16
[src]

[src]

Performs the conversion.

impl From<__m256i> for i16x16
[src]

[src]

Performs the conversion.

impl From<__m256i> for u8x32
[src]

[src]

Performs the conversion.

impl From<__m256i> for i8x32
[src]

[src]

Performs the conversion.

impl From<i8x32> for __m256i
[src]

[src]

Performs the conversion.

impl From<u64x4> for __m256i
[src]

[src]

Performs the conversion.

impl From<i64x4> for __m256i
[src]

[src]

Performs the conversion.

impl From<u32x8> for __m256i
[src]

[src]

Performs the conversion.

impl From<i32x8> for __m256i
[src]

[src]

Performs the conversion.

impl From<u16x16> for __m256i
[src]

[src]

Performs the conversion.

impl From<i16x16> for __m256i
[src]

[src]

Performs the conversion.

impl From<u8x32> for __m256i
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for __m256i

impl Sync for __m256i