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

utils.c does not build #53

Open
ChristianOberleitner opened this issue Oct 19, 2022 · 0 comments
Open

utils.c does not build #53

ChristianOberleitner opened this issue Oct 19, 2022 · 0 comments

Comments

@ChristianOberleitner
Copy link

in src_OpenCL/utils.c at the end of line 186 a } has been put in that does not belong there and causes the build to fail

(*mac)[j] |= p[i+1] <= '9' ? p[i+1] - '0' : toupper(p[i+1]) - 'A' + 10; }

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

No branches or pull requests

1 participant