aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/NEON/functions/NEGEMMLowp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEGEMMLowp.cpp b/src/runtime/NEON/functions/NEGEMMLowp.cpp
index 90e47ceca0..716d52ae63 100644
--- a/src/runtime/NEON/functions/NEGEMMLowp.cpp
+++ b/src/runtime/NEON/functions/NEGEMMLowp.cpp
@@ -88,7 +88,7 @@ void NEGEMMLowp::configure(const ITensor *a, const ITensor *b, ITensor *output)
else
{
ARM_COMPUTE_ERROR("Not implemented");
- // This is in the process of being updated, for more info please refer to COMPMID-624.
+ //FIXME: This is in the process of being updated, for more info please refer to COMPMID-624.
}
}