Function simd_fmin
unsafe const fn simd_fmin<T>(x: T, y: T) -> T
Returns the minimum of two vectors, elementwise.
T must be a vector of floating-point primitive types.
Follows IEEE-754 minNum semantics.
simd_fminunsafe const fn simd_fmin<T>(x: T, y: T) -> T
Returns the minimum of two vectors, elementwise.
T must be a vector of floating-point primitive types.
Follows IEEE-754 minNum semantics.