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

Adjust complex sqrt in compiler to use the C functions #24231

Merged
merged 5 commits into from
Jan 25, 2024

Commits on Jan 18, 2024

  1. Add a suppressif for sqrtrparams

    ---
    Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
    mppf committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ca3f579 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Avoid libc++ complex sqrt problem by using C

    ---
    Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
    mppf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8cae620 View commit details
    Browse the repository at this point in the history
  2. Adjust to work on systems without CMPLX

    ---
    Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
    mppf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c2f0424 View commit details
    Browse the repository at this point in the history
  3. Only include complex-support.h once, and do it in C linkage

    ---
    Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
    mppf committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    58c304e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Edit a comment

    ---
    Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
    mppf committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fbbc30c View commit details
    Browse the repository at this point in the history