diff options
Diffstat (limited to 'numpy/core/config.h.in')
-rw-r--r-- | numpy/core/config.h.in | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/numpy/core/config.h.in b/numpy/core/config.h.in index a47968a7d..e3b559753 100644 --- a/numpy/core/config.h.in +++ b/numpy/core/config.h.in @@ -29,28 +29,12 @@ #mesondefine HAVE___BUILTIN_BSWAP64 #mesondefine HAVE___BUILTIN_EXPECT #mesondefine HAVE___BUILTIN_MUL_OVERFLOW -#mesondefine HAVE__M_FROM_INT64 -#mesondefine HAVE__MM_LOAD_PS -#mesondefine HAVE__MM_PREFETCH -#mesondefine HAVE__MM_LOAD_PD #mesondefine HAVE___BUILTIN_PREFETCH -#mesondefine HAVE_LINK_AVX -#mesondefine HAVE_LINK_AVX2 -#mesondefine HAVE_LINK_AVX512F -#mesondefine HAVE_LINK_AVX512_SKX -#mesondefine HAVE_XGETBV #mesondefine HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS #mesondefine HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 #mesondefine HAVE_ATTRIBUTE_OPTIMIZE_OPT_2 #mesondefine HAVE_ATTRIBUTE_NONNULL -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX2 -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX512F -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX512_SKX -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX2_WITH_INTRINSICS -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX512F_WITH_INTRINSICS -#mesondefine HAVE_ATTRIBUTE_TARGET_AVX512_SKX_WITH_INTRINSICS /* C99 complex support and complex.h are not universal */ #mesondefine HAVE_COMPLEX_H @@ -90,6 +74,25 @@ #mesondefine HAVE_CLOGL #mesondefine HAVE_CPOWL #mesondefine HAVE_CSQRTL +/* FreeBSD */ +#mesondefine HAVE_CSINF +#mesondefine HAVE_CSINHF +#mesondefine HAVE_CCOSF +#mesondefine HAVE_CCOSHF +#mesondefine HAVE_CTANF +#mesondefine HAVE_CTANHF +#mesondefine HAVE_CSIN +#mesondefine HAVE_CSINH +#mesondefine HAVE_CCOS +#mesondefine HAVE_CCOSH +#mesondefine HAVE_CTAN +#mesondefine HAVE_CTANH +#mesondefine HAVE_CSINL +#mesondefine HAVE_CSINHL +#mesondefine HAVE_CCOSL +#mesondefine HAVE_CCOSHL +#mesondefine HAVE_CTANL +#mesondefine HAVE_CTANHL #mesondefine NPY_CAN_LINK_SVML #mesondefine NPY_RELAXED_STRIDES_DEBUG |