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 compiling for gpu peops #855

Closed
wants to merge 1 commit into from

Conversation

christianhaitian
Copy link

@christianhaitian christianhaitian commented Dec 8, 2024

Code couldn't compile for armhf for the peops gpu using GCC 8.3.0 until the stdint.h library was included and u32 had a typedef of uint32_t.

@notaz
Copy link
Collaborator

notaz commented Dec 8, 2024

I think it would be better to drop u32 completely (just declare uint32_t fpscr) as some header on some platform may want to typedef u32 to something else.

@christianhaitian
Copy link
Author

That probably is a better idea.

notaz added a commit that referenced this pull request Dec 9, 2024
@notaz
Copy link
Collaborator

notaz commented Dec 9, 2024

Pushed my version of the patch then.

@notaz notaz closed this Dec 9, 2024
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