Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
46 additions
and 5 deletions.
- +2 −0 CMakeLists.txt
- +14 −0 configure
- +7 −0 configure.in
- +3 −2 include/SDL_config.h.cmake
- +3 −2 include/SDL_config.h.in
- +17 −1 include/SDL_cpuinfo.h
fi | ||
fi | ||
|
||
ac_fn_c_check_header_mongrel "$LINENO" "immintrin.h" "ac_cv_header_immintrin_h" "$ac_includes_default" | ||
if test "x$ac_cv_header_immintrin_h" = xyes; then : | ||
have_immintrin_h_hdr=yes | ||
else | ||
have_immintrin_h_hdr=no | ||
fi | ||
|
||
|
||
if test x$have_immintrin_h_hdr = xyes; then | ||
|
||
$as_echo "#define HAVE_IMMINTRIN_H 1" >>confdefs.h | ||
|
||
fi | ||
|
||
# Check whether --enable-altivec was given. | ||
if test "${enable_altivec+set}" = set; then : | ||
enableval=$enable_altivec; |