simd_float8
A vector of eight 32-bit floating-point elements.
Declaration
typealias simd_float8 = SIMD8<Float>Topics
Functions to Create Eight-Element Vectors From Other Vectors
simd_make_float8(_:)simd_make_float8(_:)simd_make_float8(_:)simd_make_float8(_:)simd_make_float8(_:)simd_make_float8(_:_:)simd_make_float8_undef(_:)simd_make_float8_undef(_:)simd_make_float8_undef(_:)
Functions to Create Eight-Element Vectors From Scalar Values
Common Functions
Reduce Functions
Interpolation Functions
Extrema Functions
Reciprocal and Reciprocal Square Root Functions
simd_recip(_:)simd_fast_recip(_:)simd_precise_recip(_:)simd_rsqrt(_:)simd_fast_rsqrt(_:)simd_precise_rsqrt(_:)
Exponential and Logarithmic Functions
Hyperbolic Functions
Logic Functions
Math Functions
cbrt(_:)erf(_:)erfc(_:)fma(_:_:_:)fmod(_:_:)hypot(_:_:)lgamma(_:)nextafter(_:_:)pow(_:_:)remainder(_:_:)round(_:)simd_muladd(_:_:_:)tgamma(_:)
Trigonometric Functions
acos(_:)asin(_:)atan(_:)atan2(_:_:)cos(_:)cospi(_:)sin(_:)sinpi(_:)sincos(_:)sincospi(_:)tan(_:)tanpi(_:)