We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try putting inline on all the non-pub functions in std/special/compiler_rt/mulXf3.zig and you will get error: unable to inline function.
inline
std/special/compiler_rt/mulXf3.zig
error: unable to inline function
This should work but instead zig gives "unable to inline function".
The text was updated successfully, but these errors were encountered:
Remove inline keywords in addXf3.zig pending ziglang#2154
bfbfb7b
related: #38.
Sorry, something went wrong.
compiler-rt: inline at call site to workaround a bug
30d88f5
The bug is #2154
bafa895
2cd19c0
No branches or pull requests
Try putting
inline
on all the non-pub functions instd/special/compiler_rt/mulXf3.zig
and you will geterror: unable to inline function
.This should work but instead zig gives "unable to inline function".
The text was updated successfully, but these errors were encountered: