summaryrefslogtreecommitdiff
path: root/docs/sections/coding_guidelines.md
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2024-06-05 17:02:32 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2024-06-07 08:25:52 +0100
commit325c916af5e379600b12b69622bcc7e0d65c941d (patch)
tree1ed411db2ab6df0805c4c3434d4c430da437003f /docs/sections/coding_guidelines.md
parent92725a6a53bb9434f4146785959848aa77f2c5d2 (diff)
downloadml-embedded-evaluation-kit-main.tar.gz
Fix for latest Arm CompilerHEAD24.05main
TensorFlow Lite Micro build produced warnings/errors with the latest Arm Compiler (version 6.22) because of conflict between floating point standard conformance and optimisation level. As the TensorFlow Lite Micro's Makefile uses `-ffp-mode=full` for the Arm Compiler, the fix is to use `-O3` for compiling the kernels. For CMSIS DSP library we set -ffp-mode=full` for all Arm Compilers. The issue was first raised here: https://discuss.mlplatform.org/t/tensorflow-build-failure-with-arm-compiler-6-22/287 Change-Id: I5c19c4016a922b596b84937a366d261fd9570090 Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
Diffstat (limited to 'docs/sections/coding_guidelines.md')
0 files changed, 0 insertions, 0 deletions