We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bf635 commit e0184e8Copy full SHA for e0184e8
include/zephyr/toolchain/common.h
@@ -87,7 +87,8 @@
87
#define PERFOPT_ALIGN .align 4
88
89
#elif defined(CONFIG_NIOS2) || defined(CONFIG_RISCV) || \
90
- defined(CONFIG_XTENSA) || defined(CONFIG_MIPS)
+ defined(CONFIG_XTENSA) || defined(CONFIG_MIPS) || \
91
+ defined(CONFIG_OPENRISC)
92
#define PERFOPT_ALIGN .balign 4
93
94
#elif defined(CONFIG_ARCH_POSIX)
0 commit comments