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