Function simd_ceil

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

Rounds up each element to the next highest integer-valued float.

T must be a vector of floats.