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

Use L integer literal for int64_t #5351

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

anmyachev
Copy link
Contributor

For uint64_t the literal K is used, which means unsigned long long according to https://docs.python.org/3/c-api/arg.html#numbers. It seems logical and correct to use literal L for type int64_t, which means long long C type.

@peterbell10 peterbell10 enabled auto-merge (squash) December 5, 2024 17:53
@peterbell10 peterbell10 merged commit 390e27f into triton-lang:main Dec 5, 2024
7 checks passed
@anmyachev anmyachev deleted the long-long branch December 5, 2024 18:04
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.

2 participants