aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-02-15 14:35:29 +0000
committerKeithARM <keith.davis@arm.com>2021-02-15 17:36:49 +0000
commit052fbe9c86628cfdc534c515d9b451aa8d3d1cb6 (patch)
treec7c7bc993392888c536448c53dfe64cd1fe49a62
parent16f72f5c6c93204910d9be323696039bd13ae388 (diff)
downloadarmnn-052fbe9c86628cfdc534c515d9b451aa8d3d1cb6.tar.gz
Remove the undefined behaviour warning from InstallationViaAptRepository.md
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ia85dea61a6c63cf6d2ec8c63d4ce7494e66fa1cb
-rw-r--r--InstallationViaAptRepository.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/InstallationViaAptRepository.md b/InstallationViaAptRepository.md
index 4f0f6f0c28..6ae3e187fb 100644
--- a/InstallationViaAptRepository.md
+++ b/InstallationViaAptRepository.md
@@ -115,7 +115,6 @@ In order to check for the latest available ArmNN version use apt-cache search:
## Install desired combination of packages
The easiest way to install all of the available packages for your systems architecture is to run the command:
-(Please Note: libarmnn-cpuacc-backend has been built with NEON support, installing this backend on an armhf device not supporting NEON may cause a crash/undefined behaviour.)
```
sudo apt-get install -y python3-pyarmnn libarmnn-cpuacc-backend${ARMNN_MAJOR_VERSION} libarmnn-gpuacc-backend${ARMNN_MAJOR_VERSION} libarmnn-cpuref-backend${ARMNN_MAJOR_VERSION}
# Verify installation via python:
@@ -133,4 +132,4 @@ If the user does not wish to use PyArmnn they can go up a level of dependencies
The easiest way to uninstall all of the previously installed packages is to run the command:
```
sudo apt autoremove -y libarmnn${ARMNN_MAJOR_VERSION}
-``` \ No newline at end of file
+```