You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which are intended to generate calls to llvm intrinsics. In the one case we're actually using this (the above example from shootout-nbody) we are actually just generating a call to function sqrt which happens to be in the c standard library.
I've also added a failing test in run-pass/native-llvm.rs.
Personally I think we should drop this functionality.
The text was updated successfully, but these errors were encountered:
There is some support for modules of the form
which are intended to generate calls to llvm intrinsics. In the one case we're actually using this (the above example from shootout-nbody) we are actually just generating a call to function
sqrt
which happens to be in the c standard library.I've also added a failing test in run-pass/native-llvm.rs.
Personally I think we should drop this functionality.
The text was updated successfully, but these errors were encountered: