Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIMD Conversion Functions #386

Merged
merged 2 commits into from
Aug 6, 2024
Merged

SIMD Conversion Functions #386

merged 2 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. implemented SIMD conversion functions

    Functions implemented:
    - ComplexToInterleaved
    - InterleavedToComplex
    - Abs
    - Real
    - Imag
    - Arg
    - RadiansToDegree
    - DegreeToRadians
    - ToRealImag
    - RealImagToComplex
    - ToMagPhase
    - MagPhaseToComplex
    
    Based on the original vectorisiation example by @mattkretz: https://godbolt.org/z/7MT71MbGz
    Extended example to assess the asm-related efficiency: https://godbolt.org/z/obexWhjMq
    
    Some functions have (not yet) a SIMD implementation due to the missing permute API.
    
    Signed-off-by: Ralph J. Steinhagen <[email protected]>
    Signed-off-by: rstein <[email protected]>
    RalphSteinhagen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    68118e3 View commit details
    Browse the repository at this point in the history
  2. review fixes

    Signed-off-by: Ralph J. Steinhagen <[email protected]>
    RalphSteinhagen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d2458b5 View commit details
    Browse the repository at this point in the history