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