-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/implement various 128-bit operations on 32-bit machines [#3283]
TODO: we should really have div, rem and mod operations for 128-bit integers on 32-bit machines that don't resort to using BigInts, but this works and maybe LLVM will actually implement these intrinsics at some point.
- Loading branch information
1 parent
c6139e8
commit b9441f0
Showing
2 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters