commit | e6d89268572d7e1e7a39d22908fc98d3e3355dd1 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Jul 19 13:36:27 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jul 24 11:07:30 2023 -0400 |
tree | fc3f7931558c22a536d356ca46f81eb256ca1276 | |
parent | 48cdb4b2259be30e1b731a5947a1bacc33702243 [diff] |
xtensa: set no optimization for arch_cpu_idle() with xt-clang xt-clang likes to remove any consecutive NOPs more than 8. So we need to force the function to have no optimization to avoid this behavior and to retain all those NOPs. Signed-off-by: Daniel Leung <daniel.leung@intel.com>