From b2eba7f307d5ae634ff41bd88d5bd1659466d82d Mon Sep 17 00:00:00 2001 From: ramelg01 Date: Thu, 23 Dec 2021 08:32:08 +0000 Subject: Replacing non-inclusive terms with proper terms Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir --- src/common/cpuinfo/CpuModel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/cpuinfo/CpuModel.h b/src/common/cpuinfo/CpuModel.h index 4bd294e326..4fe6c29e53 100644 --- a/src/common/cpuinfo/CpuModel.h +++ b/src/common/cpuinfo/CpuModel.h @@ -55,7 +55,7 @@ CpuModel midr_to_model(uint32_t midr); * * @note This is used in case of old kernel configurations where some capabilities are not exposed. * - * @param[in] model Model to check for whitelisted capabilities + * @param[in] model Model to check for allowlisted capabilities */ bool model_supports_fp16(CpuModel model); @@ -63,7 +63,7 @@ bool model_supports_fp16(CpuModel model); * * @note This is used in case of old kernel configurations where some capabilities are not exposed. * - * @param[in] model Model to check for whitelisted capabilities + * @param[in] model Model to check for allowlisted capabilities */ bool model_supports_dot(CpuModel model); } // namespace cpuinfo -- cgit v1.2.1