diff --git a/src/halfutils.c b/src/halfutils.c index 44d91e9..1b1e0d1 100644 --- a/src/halfutils.c +++ b/src/halfutils.c @@ -198,6 +198,7 @@ HalfvecCosineSimilarityF16cFma(int dim, half * ax, half * bx) static bool SupportsCpuFeature(unsigned int feature) { + /* TODO Fix check */ unsigned int exx[4] = {0, 0, 0, 0}; #if defined(HAVE__GET_CPUID)