Skip to content

MONGOCRYPT-534 Fix type detection: No trying to guess the type of 'uint64_t' #567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 10, 2023

Conversation

vector-of-bool
Copy link
Contributor

Instead, rely on unsigned long long being the same size as uint64_t, and just do the clzll on that value.

@kevinAlbs kevinAlbs changed the title Fix type detection: No trying to guess the type of 'uint64_t' MONGOCRYPT-534 Fix type detection: No trying to guess the type of 'uint64_t' Feb 10, 2023
Copy link
Contributor

@rcsanchez97 rcsanchez97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I also asked Kyle to push the necessary associated changes to the Debian packaging. Once you merge this, the debian-package-build and debian-package-build-i386 tasks should turn green again.

@vector-of-bool vector-of-bool merged commit 60365ff into mongodb:master Feb 10, 2023
rcsanchez97 pushed a commit that referenced this pull request Feb 10, 2023
…nt64_t' (#567)

* No dancing around 'long' vs 'long long'

* (Debian packaging) Drop remove-builtin.patch, integrated upstream

---------

Co-authored-by: Kyle Kloberdanz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants