From ac6499a474503dfcf587d95b85823aeb5861103f Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Wed, 10 Feb 2021 15:32:38 +0000 Subject: Comply with Trademark rules for use of Neon, Arm and Mali Full trademarks available in README.md Resolves: COMPMID-4257 Signed-off-by: Sheri Zhang Change-Id: Ibfba2adf2eef3449433f467464ebd87d7198474d Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5116 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 5d2002a45d..274326f679 100644 --- a/SConstruct +++ b/SConstruct @@ -124,7 +124,7 @@ if env['build'] == "embed_only": Return() if env['neon'] and 'x86' in env['arch']: - print("Cannot compile NEON for x86") + print("Cannot compile Neon for x86") Exit(1) if env['set_soname'] and not version_at_least(SCons.__version__, "2.4"): @@ -290,7 +290,7 @@ if not GetOption("help"): print("GCC 6.2.1 or newer is required to compile armv8.2-a code") Exit(1) elif env['arch'] == 'arm64-v8a' and not version_at_least(compiler_ver, '4.9'): - print("GCC 4.9 or newer is required to compile NEON code for AArch64") + print("GCC 4.9 or newer is required to compile Neon code for AArch64") Exit(1) if version_at_least(compiler_ver, '6.1'): -- cgit v1.2.1