forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1806049 - Explicitly use uint32_t r=glandium
We want to be precise about types used here. Although in practice unsigned is the same as uint32_t, it's not guaranteed. We want to definitely use 32-bit multiplication as it can be faster than 64-bit. Differential Revision: https://phabricator.services.mozilla.com/D164889
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 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