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
I believe it may be possible to compile an LLVM intrinsic to perform integer arithmetic on integer larger than int64. Those intrinsics may be callable from the pure-Python ufuncs and see a performance improvement over pure Python int operations.
I believe it may be possible to compile an LLVM intrinsic to perform integer arithmetic on integer larger than
int64
. Those intrinsics may be callable from the pure-Python ufuncs and see a performance improvement over pure Pythonint
operations.See numba/numba#7446 (comment).
The text was updated successfully, but these errors were encountered: