Skip to content

Use -mpwr10 instead of -mpower10 to support AIX assembler#5804

Open
ayappanec wants to merge 1 commit into
OpenMathLib:developfrom
ayappanec:fix-aix-pwr10
Open

Use -mpwr10 instead of -mpower10 to support AIX assembler#5804
ayappanec wants to merge 1 commit into
OpenMathLib:developfrom
ayappanec:fix-aix-pwr10

Conversation

@ayappanec
Copy link
Copy Markdown
Contributor

#5802 broke OpenBLAS build on AIX with the below error,

Assembler:
line 1: 1252-162 Invalid -m flag assembly mode operand: POWER10.
	Valid values are:COM PWR PWR2 PPC 601 603 604 PPC64 620 A35 PWR4 PWR5 PWR5X 970 PPC970 PWR6 PWR6E PWR7 PWR8 PWR9 PWR10 ANY
/tmp/scal-bfa82c.s: line 14: 1252-149 Instruction stdu is not implemented in the current assembly mode PPC64.
/tmp/scal-bfa82c.s: line 15: 1252-149 Instruction std is not implemented in the current assembly mode PPC64.

AIX assembler recognise only "-mpwrX" variant instead of "-mpowerX". GNU binutils assembler recognises both. So let's have "-mpwr10" instead of "-mpower10".

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.

1 participant