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

[WIP] Fix mangling of extern(C++) function with two real arguments. #2953

Closed

Commits on Dec 23, 2018

  1. Configuration menu
    Copy the full SHA
    f471c10 View commit details
    Browse the repository at this point in the history
  2. Different fix.

    JohanEngelen committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    95f7692 View commit details
    Browse the repository at this point in the history
  3. Fix C++ mangling of real for MSVC targets

    Mangle as native Visual C++ long double. DMD has to special-case, as
    it's using 80-bit extended precision.
    kinke committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    31db68a View commit details
    Browse the repository at this point in the history