aboutsummaryrefslogtreecommitdiff
path: root/scripts/clang-tidy.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-21 15:57:15 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:47:40 +0000
commite4904c727933d8b6d79ec7a1fc3f371414a11a97 (patch)
treeda8dab956f33bb6d2a85c5ffcb1ba156ef14bdce /scripts/clang-tidy.h
parent7ef90180584d2994ae43f222818e2bbd5288ffa4 (diff)
downloadComputeLibrary-e4904c727933d8b6d79ec7a1fc3f371414a11a97.tar.gz
COMPMID-765: Cleaned up FIXMEs
- Removed FIXMEs from the scripts/ folder: the folder is automatically cleaned up by the release script - Removed negative tests Change-Id: Ia8c64456d8a6388b79b016088aa7f5509eaaf219 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121658 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'scripts/clang-tidy.h')
-rw-r--r--scripts/clang-tidy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/clang-tidy.h b/scripts/clang-tidy.h
index 318b85ed58..b3705122c6 100644
--- a/scripts/clang-tidy.h
+++ b/scripts/clang-tidy.h
@@ -1,5 +1,4 @@
#include <arm_neon.h>
-//FIXME: Remove this file before the release
inline float16x4_t vrsqrts_f16 (float16x4_t, float16x4_t)
{