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