-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Conversion from Float64 to Float16 is incorrect #45528
Comments
How did you download Julia? |
wait, I'm pretty sure this is just a dup of #45433 |
Well, that's embarrassing. I used https://aur.archlinux.org/packages/julia-bin from arch linux AUR. |
For some reason, most linux distros don't listen to us when we say that they shouldn't link against system LLVM, which leads to a lot of people ending up with broken versions of Julia. |
I'm sorry, it was not an error from the AUR package. |
It looks like that issue has been resolved since Julia 1.6. You shouldn't need the |
Unfortunately this was not the case. |
I upgraded to Julia v1.8.0beta3 and the error is gone even with LD_PRELOAD of libstdc++.so.6. |
Today I observed something unusual:
This might be related:
#45433
#44829
The text was updated successfully, but these errors were encountered: