-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ToCString: choose mulhuu impl using C preprocessor
We previously chose it using a C conditional expression which required even the non-chosen implementation typecheck. That caused compilation to fail when __uint128_t is not available.
- Loading branch information
1 parent
e09feb9
commit 1c9f0ed
Showing
1 changed file
with
12 additions
and
1 deletion.
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