well i don't know... BUT... amd64 here (x86_64) DOES handle mmx, mmx2 and see

so - mayaswell enable them. works here. somehow i was sure that it only did
sse, not mmx or mmx2...


SVN revision: 18961
This commit is contained in:
Carsten Haitzler 2005-12-12 07:49:22 +00:00
parent e430a7e6fc
commit c311ace53c
1 changed files with 6 additions and 0 deletions

View File

@ -767,6 +767,9 @@ case $host_cpu in
i*86)
build_cpu_mmx="yes"
;;
x86_64)
build_cpu_mmx="yes"
;;
esac
AC_MSG_CHECKING(whether to build mmx code)
AC_ARG_ENABLE(cpu-mmx,
@ -795,6 +798,9 @@ case $host_cpu in
i*86)
build_cpu_sse="yes"
;;
x86_64)
build_cpu_sse="yes"
;;
esac
AC_MSG_CHECKING(whether to build sse code)
AC_ARG_ENABLE(cpu-sse,