Skip to content

Add Support for POWER11#5354

Merged
martin-frbg merged 1 commit intoOpenMathLib:developfrom
pratiklp00:p11
Jul 8, 2025
Merged

Add Support for POWER11#5354
martin-frbg merged 1 commit intoOpenMathLib:developfrom
pratiklp00:p11

Conversation

@pratiklp00
Copy link
Contributor

This is the Initial patch to support build infrastructure for POWER11 architecture.

@pratiklp00
Copy link
Contributor Author

This failure dosent seems to be caused by this PR, could you please help me with review.

@martin-frbg martin-frbg added this to the 0.3.31 milestone Jul 8, 2025
@martin-frbg martin-frbg merged commit 0ddf8eb into OpenMathLib:develop Jul 8, 2025
84 of 87 checks passed
@@ -70,6 +70,9 @@ static int cpuid(void)
#endif
#ifdef POWER_10
else if (arch >= POWER_10) return CPU_POWER10;
Copy link
Contributor

@ChipKerchner ChipKerchner Aug 18, 2025

Choose a reason for hiding this comment

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

@pratiklp00 Shouldn't this be

else if arch == POWER_10 return CPU_POWER10;

I only made it >= as a temp change till POWER11 came out.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ChipKerchner Yes Chip.

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.

3 participants