Struct fearless_simd::Sse42F32

source ·
pub struct Sse42F32(_);

Trait Implementations

The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the + operator.
Performs the + operation. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
The resulting type after applying the / operator.
Performs the / operation. Read more
Converts to this type from the input type.
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the * operator.
Performs the * operation. Read more
The resulting type after applying the - operator.
Performs the unary - operation. Read more
Returns the largest integer less than or equal to a number.
Returns the smallest integer greater than or equal to a number.
Round a float to the nearest integer. Read more
Returns the absolute value of a number.
Minimum of two values.
Maximum of two values.
Compute approximate reciprocal, to 11 bits of precision.
Compute approximate reciprocal, to 22 bits of precision.
Compute reciprocal, to IEEE precision standards.
Compute approximate reciprocal square root, to 11 bits of precision.
Compute approximate reciprocal square root, to 22 bits of precision.
Compute reciprocal square root, to IEEE precision standards.
Repeat a scalar in all lanes. Read more
Create SIMD that contains the lane number. Read more
Create from a raw value. Marked as unsafe because it requires that the corresponding target_feature is enabled. Read more
Create an instance (zero but value is usually ignored). Marked as unsafe because it requires that the corresponding target_feature is enabled. Read more
Compute approximate reciprocal, to 8 bits of precision.
Compute approximate reciprocal, to 14 bits of precision.
Compute approximate reciprocal, to 16 bits of precision.
Compute approximate reciprocal square root, to 8 bits of precision.
Compute approximate reciprocal square root, to 14 bits of precision.
Compute approximate reciprocal square root, to 16 bits of precision.
Load from a slice. Read more
Write into a slice. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.