Trait Simd256IntegerAbs

Source
pub trait Simd256IntegerAbs: Simd256Scalar { }
Expand description

Marker trait on all scalar (primitive) types that support the absolute value AVX2 operations.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Simd256IntegerAbs for i8

Source§

impl Simd256IntegerAbs for i16

Source§

impl Simd256IntegerAbs for i32

Implementors§