Extensions

The following extensions are available globally.

ExpressibleByArrayLiteral

SIMD Extensions

  • Todo

    I would love to collapse these into a single generic for both Double and Float using simd_mix but I still haven’t quite figured it out yet. PRs would be awesome!
    See more

    Declaration

    Swift

    extension SIMD2: Interpolatable where Scalar: FloatingPoint & SIMDScalar
  • Declaration

    Swift

    extension SIMD3
    extension SIMD3: Interpolatable where Scalar: FloatingPoint & SIMDScalar
  • Declaration

    Swift

    public extension SIMD4
    extension SIMD4: Interpolatable where Scalar: FloatingPoint & SIMDScalar
  • Declaration

    Swift

    public extension simd_double4x4
  • Declaration

    Swift

    public extension simd_float4x4

matrix_double4x4

matrix_float4x4 Support