mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 10:40:57 +08:00
Improved target_clones logic [skip ci]
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#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")))
|
||||
#else
|
||||
#define VECTOR_DISPATCH
|
||||
|
||||
Reference in New Issue
Block a user