mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 00:26:55 +08:00
Added todo [skip ci]
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user