Function simd_add

unsafe const fn simd_add<T>(x: T, y: T) -> T

Adds two simd vectors elementwise.

T must be a vector of integers or floats.