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
These are special function calls that backends can emit for operations
not natively supported by their target processor (e.g., 64-bit divisions
on 32-bit targets or bit-manipulation operations on older x86 CPUs).
They end up being surfaced as their own relocation targets in the final
code blob.
Note that while libcalls are now supported throughout both the rust and
C APIs, nothing actually produces or consumes them at the moment.
0 commit comments