aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-08-29 17:10:55 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-08-29 18:36:58 +0100
commit2917b495fdfded1d4b0f93beaea8c5c28cc215bd (patch)
tree2d3f3ce565536e91a99451b4fe70e68ba251422e /README.md
parentbb68956a777c9b57030fd4b9639cfde5b24c7afd (diff)
downloadandroid-nn-driver-2917b495fdfded1d4b0f93beaea8c5c28cc215bd.tar.gz
IVGCVSW-3656 Undo wrong rename of the backend control macros
* Renamed the cl/neon backend macros to their original values, as they were renamed by mistake * Reverted misleading comment * Updated the readme file !armnn:1837 Change-Id: I49faabae2c8ad196f51eca5f8dd049ecf74b36e1 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10adc17a..086bf37d 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,8 @@ thus the following should be added to `device.mk` instead:
PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.2-service-armnn
</pre> `Android.mk` contains the module definition of both versions of the ArmNN driver.
-Similarly, the Neon or CL backend can be enabled/disabled by setting ARMNN_COMPUTE_CL_ENABLE or
-ARMNN_COMPUTE_NEON_ENABLE in `device.mk`:
+Similarly, the Neon, CL or reference backend can be enabled/disabled by setting ARMNN_COMPUTE_CL_ENABLE,
+ARMNN_COMPUTE_NEON_ENABLE or ARMNN_REF_ENABLE in `device.mk`:
<pre>
ARMNN_COMPUTE_CL_ENABLE := 1
</pre>