Function simd_floor

unsafe const fn simd_floor<T>(x: T) -> T

Rounds down each element to the next lowest integer-valued float.

T must be a vector of floats.