aix: Power10 assembler invocation.
gcc/ChangeLog: 2021-06-09 Clement Chigot <clement.chigot@atos.net> * config/rs6000/aix71.h (ASM_CPU_SPEC): Add Power10 directive. * config/rs6000/aix72.h (ASM_CPU_SPEC): Likewise.
This commit is contained in:
parent
4f625f47b4
commit
f8b067056b
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ do { \
|
|||
#undef ASM_CPU_SPEC
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{mcpu=native: %(asm_cpu_native); \
|
||||
mcpu=power10: -mpwr10; \
|
||||
mcpu=power9: -mpwr9; \
|
||||
mcpu=power8: -mpwr8; \
|
||||
mcpu=power7: -mpwr7; \
|
||||
|
|
|
@ -78,6 +78,7 @@ do { \
|
|||
#undef ASM_CPU_SPEC
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{mcpu=native: %(asm_cpu_native); \
|
||||
mcpu=power10: -mpwr10; \
|
||||
mcpu=power9: -mpwr9; \
|
||||
mcpu=power8: -mpwr8; \
|
||||
mcpu=power7: -mpwr7; \
|
||||
|
|
Loading…
Add table
Reference in a new issue