commit | 212347f94d745b354eda8b8e4301e7a72cb88a0b | [log] [tgz] |
---|---|---|
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | Mon Jan 03 20:21:48 2022 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 07 10:46:14 2022 -0500 |
tree | 1deaf0d093c9ae3e0ab367cb19fa44007cf5d09a | |
parent | 35e8f42bc1b0d7f7cdaf272d1dbf8a36de4b5c40 [diff] |
samples/subsys/audio/sof: build with CONFIG_SPEED_OPTIMIZATIONS The inner loops of SOF audio algorithms benefit from compiler optimizations. On Intel cAVS platforms, it was noted zero-overhead loops ("loop" family of instructions) is not used for fixed-size inner loops when using -Os (optimize for size) and the XCC xtensa toolchain. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>