mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-15 17:16:56 +08:00
Fixed identifier check
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
#if defined(__is_identifier)
|
#if defined(__is_identifier)
|
||||||
#if __is_identifier(_Float16)
|
#if __is_identifier(__Float16)
|
||||||
#define FLT16_SUPPORT
|
#define FLT16_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
#elif defined(FLT16_MAX)
|
#elif defined(FLT16_MAX)
|
||||||
|
|||||||
Reference in New Issue
Block a user