Skip to content
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

bit: Rename functions to match most recent draft of C++20 #110

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Feb 26, 2020

In the most recent draft of the upcoming C++20 standard, the functions in <bit> have been renamed to better highlight their intention. Apply these changes also to our GPU-capable bit.h header and deprecate the old versions. For the recently introduced floor2 and ceil2 functions, we can simply rename them since they are not contained in any released version yet.

@stotko stotko merged commit 95a4337 into master Feb 26, 2020
@stotko stotko deleted the bit_rename branch February 26, 2020 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant