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

Fix Math linking errors on Windows MSVC #11435

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

HertzDevil
Copy link
Contributor

The Bessel functions' names have _ prepended on MSVC, so the lib fun declarations need to be adjusted there.

The fix for Math.frexp(Float32) is copied from #11412.

@HertzDevil HertzDevil added kind:bug A bug in the code. Does not apply to documentation, specs, etc. platform:windows Windows support based on the MSVC toolchain / Win32 API topic:stdlib:numeric labels Nov 12, 2021
@straight-shoota straight-shoota added this to the 1.3.0 milestone Nov 14, 2021
@straight-shoota straight-shoota merged commit 60573a2 into crystal-lang:master Nov 16, 2021
@HertzDevil HertzDevil deleted the bug/msvc-math branch November 29, 2021 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. platform:windows Windows support based on the MSVC toolchain / Win32 API topic:stdlib:numeric
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants