Improved target_clones logic [skip ci]

This commit is contained in:
Andrew Kane
2024-04-17 15:05:47 -07:00
parent 8d68f88507
commit 09ea1b0d5c

View File

@@ -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