Skip to content
Snippets Groups Projects
Commit db88daf8 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add a test for altivec.h.

parent c103a79f
No related branches found
No related tags found
1 merge request!284Space rebuild
......@@ -455,8 +455,9 @@ if test "$ac_cv_header_fftw3_h" = "yes"; then
fi
AC_SUBST([FFTW_LIBS])
# Check for Intel intrinsics header optionally used by vector.h.
# Check for Intel and PowerPC intrinsics header optionally used by vector.h.
AC_CHECK_HEADERS([immintrin.h])
AC_CHECK_HEADERS([altivec.h])
# Check for timing functions needed by cycle.h.
AC_HEADER_TIME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment