mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 16:16:56 +08:00
Improved target_clones logic [skip ci]
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__x86_64__) && HAVE_TARGET_CLONES && !defined(__FMA__)
|
#if defined(__x86_64__) && defined(HAVE_TARGET_CLONES) && !defined(__FMA__)
|
||||||
#define VECTOR_DISPATCH __attribute__((target_clones("default", "fma")))
|
#define VECTOR_DISPATCH __attribute__((target_clones("default", "fma")))
|
||||||
#else
|
#else
|
||||||
#define VECTOR_DISPATCH
|
#define VECTOR_DISPATCH
|
||||||
|
|||||||
Reference in New Issue
Block a user