Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

SIMD static functions only on S4TF toolchain #404

Closed
@porterchild

Description

@porterchild

On the S4TF toolchain, I can use static transcendental functions on SIMD types like this:
let powSimd = SIMD2.pow(mySimd, 2)

On the normal Xcode toolchain, this is not available. A cursory exploration suggests that on the S4TF toolchain, SIMD types have been conformed to ElementaryFunctions, which is part of the Numerics library (is that true?).

Is there a way to get these functions on the normal Xcode toolchain? Are they on track to be mainlined? Are they only implemented on S4TF so far? import Numerics doesn't seem to give me those functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions