Remove the undefined behaviour warning from InstallationViaAptRepository.md
authorNikhil Raj <nikhil.raj@arm.com>
Mon, 15 Feb 2021 14:35:29 +0000 (14:35 +0000)
committerKeithARM <keith.davis@arm.com>
Mon, 15 Feb 2021 17:36:49 +0000 (17:36 +0000)
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: Ia85dea61a6c63cf6d2ec8c63d4ce7494e66fa1cb

InstallationViaAptRepository.md

index 4f0f6f0..6ae3e18 100644 (file)
@@ -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
+```