-
-
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
[PPC/Pwr8] Half-precision conversion from BigInt #39330
Comments
Reduce to:
Linking it against out internal
Whereas I expected
Extracting our implementation of @staticfloat does @maleadt any ideas? We could think about loading compiler-rt with Orc |
If linking differently makes our implementation of the intrinsics work, that would just paper over the actual issue, right? Line 1366 in ec386bd
|
No, if you link against |
Yeah looking at the code linked against
|
The plot thickens, compiling
|
Not limited to Clang.
|
Ok we are passing the argument in |
Fixed by #39712 |
Conversion from BigInt
On Power9
julia -C pwr9
On Power9
julia -C pwr8
Gist: https://gist.github.com/vchuravy/a0170b4d42e46d800aae53b3a80bb582
Duplicate of #38896 which I closed since fixing #38883 made it harder to reproduce until #39300
Upstream: https://bugs.llvm.org/show_bug.cgi?id=49092
The text was updated successfully, but these errors were encountered: