reedsolomon-0.0.4.3: cbits/config.h.in
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <altivec.h> header file. */
#undef HAVE_ALTIVEC_H
/* Define to 1 if you have the <arm_neon.h> header file. */
#undef HAVE_ARM_NEON_H
/* Define to 1 if you have the <cpuid.h> header file. */
#undef HAVE_CPUID_H
/* Define to 1 if you have the declaration of `__get_cpuid_count(const
unsigned int, const unsigned int, unsigned int *, unsigned int *, unsigned
int *, unsigned int *)', and to 0 if you don't. */
#undef HAVE_DECL___GET_CPUID_COUNT
/* Define to 1 if you have the <emmintrin.h> header file. */
#undef HAVE_EMMINTRIN_H
/* Define to 1 if the system has the `always_inline' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_ALWAYS_INLINE
/* Define to 1 if the system has the `const' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_CONST
/* Define to 1 if the system has the `force_align_arg_pointer' function
attribute */
#undef HAVE_FUNC_ATTRIBUTE_FORCE_ALIGN_ARG_POINTER
/* Define to 1 if the system has the `hot' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_HOT
/* Define to 1 if the system has the `ifunc' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_IFUNC
/* Define to 1 if you have the <immintrin.h> header file. */
#undef HAVE_IMMINTRIN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <tmmintrin.h> header file. */
#undef HAVE_TMMINTRIN_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Assumed data alignment */
#undef RS_ASSUMED_ALIGNMENT
/* Define to 1 if AltiVec works */
#undef RS_HAVE_ALTIVEC
/* Define to 1 if AVX works */
#undef RS_HAVE_AVX
/* Define to 1 if AVX2 works */
#undef RS_HAVE_AVX2
/* Define to 1 if C compiller supports __builtin_shuffle */
#undef RS_HAVE_BUILTIN_SHUFFLE
/* Define to 1 if Clang's `loop unroll` pragma works */
#undef RS_HAVE_CLANG_LOOP_UNROLL
/* Define to 1 if the generic routine works */
#undef RS_HAVE_GENERIC
/* Define to 1 if NEON works */
#undef RS_HAVE_NEON
/* Define to 1 if AVX2 works */
#undef RS_HAVE_SSE2
/* Define to 1 if SSSE3 works */
#undef RS_HAVE_SSSE3
/* Define to 1 if vec_vsrd works */
#undef RS_HAVE_VEC_VSRD
/* Define to 1 if vqtbl1q_u8 works */
#undef RS_HAVE_VQTBL1Q_U8
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT64_T
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT8_T
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define to rpl_malloc if the replacement function should be used. */
#undef malloc
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
#undef restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t
/* Define to the type of an unsigned integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef uint64_t
/* Define to the type of an unsigned integer type of width exactly 8 bits if
such a type exists and the standard includes do not define it. */
#undef uint8_t