Added todo [skip ci]

This commit is contained in:
Andrew Kane
2024-04-17 17:25:53 -07:00
parent 09ea1b0d5c
commit e2d8907180

View File

@@ -198,6 +198,7 @@ HalfvecCosineSimilarityF16cFma(int dim, half * ax, half * bx)
static bool static bool
SupportsCpuFeature(unsigned int feature) SupportsCpuFeature(unsigned int feature)
{ {
/* TODO Fix check */
unsigned int exx[4] = {0, 0, 0, 0}; unsigned int exx[4] = {0, 0, 0, 0};
#if defined(HAVE__GET_CPUID) #if defined(HAVE__GET_CPUID)