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

Compiling fix for PPC64 #85

Merged
merged 8 commits into from
Jan 27, 2025
Merged

Compiling fix for PPC64 #85

merged 8 commits into from
Jan 27, 2025

Conversation

krazynez
Copy link
Contributor

@krazynez krazynez commented Jan 12, 2025

Test done on Debain trixie 6.12.9 ppc64

Before #include <string.h> in Source/Utility/FastMemCpy.h

/root/daedalus/Source/Utility/FastMemcpy.h:17:33: error: ‘memcpy’ was not declared in this scope
   17 | #define memcpy_swizzle          memcpy

After fix compiles and links fine:

image

Copy link
Contributor

@wally4000 wally4000 left a comment

Choose a reason for hiding this comment

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

Thanks :)

@wally4000 wally4000 merged commit dc7c5a5 into DaedalusX64:master Jan 27, 2025
5 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