We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sizeof(decimal32_fast) will be greater than sizeof(decimal64), but we don't want the precision to be promoted down.
sizeof(decimal32_fast)
sizeof(decimal64)
The text was updated successfully, but these errors were encountered:
decimal32_fast
mborland
Successfully merging a pull request may close this issue.
sizeof(decimal32_fast)
will be greater thansizeof(decimal64)
, but we don't want the precision to be promoted down.The text was updated successfully, but these errors were encountered: