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

Fix and Cleanup C API code #181

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

sterrettm2
Copy link
Contributor

On MacOS it is the case that uint64_t is not the same type as size_t, resulting in an error when building the C API code. This changes the input types to all be uint64_t instead. It also changes all the length values to be size_t, whereas some were uint32_t before. Finally, it renames the functions to match their new typings.

Copy link
Contributor

@r-devulap r-devulap left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @sterrettm2

@r-devulap r-devulap merged commit 9427923 into intel:main Feb 13, 2025
11 checks passed
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