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

Add an option to change the complex return type. #434

Merged
merged 4 commits into from
Sep 7, 2020
Merged

Commits on Aug 6, 2020

  1. Add an option to change the complex return type.

    ifort apparently does not return complex numbers in registers as in C/C++ (or gfortran), but instead creates a "hidden" first parameter for the return value. The option --complex-return=gnu|intel has been added, as well as a guess based on a provided FC if not specified (otherwise default to gnu). This option affects the signatures of cdotc, cdotu, zdotc, and zdotu, and a single library cannot be used with both GNU and Intel Fortran compilers. Fixes #433.
    devinamatthews committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7fdc0fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b5278f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    c253d14 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    97e87f2 View commit details
    Browse the repository at this point in the history