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

[libcu++] Fix use of __ppc64__ #451

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Sep 18, 2023

We had CI failures for PPC64 architectures. It turns out that on clang-16 the macro __ppc64__ is not recognized anymore and we need to use __PPC64__.

Fixes nvbug4251875

We had CI failures for PPC64 architectures. It turns out that on clang-16 the macro `__ppc64__` is not recognized anymore and we need to use `__PPC64__`.

Fixes nvbug4251875
@miscco miscco requested review from a team as code owners September 18, 2023 07:55
@miscco miscco requested review from griwes and wmaxey and removed request for a team September 18, 2023 07:55
@miscco
Copy link
Contributor Author

miscco commented Sep 18, 2023

@miscco miscco merged commit ea33ba9 into NVIDIA:main Sep 19, 2023
@miscco miscco deleted the fix_alignment_ppc64 branch September 19, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants