comparison configure @ 2174:260f77017953

fix typo
author nexus
date Fri, 12 Oct 2001 08:42:20 +0000
parents d64159386b90
children 966ec115c87f
comparison
equal deleted inserted replaced
2173:d64159386b90 2174:260f77017953
1500 cat >> $TMPS <<EOF 1500 cat >> $TMPS <<EOF
1501 movntq %mm0, (%eax) 1501 movntq %mm0, (%eax)
1502 EOF 1502 EOF
1503 fi 1503 fi
1504 1504
1505 if "$_sse" = yes ; then 1505 if test "$_sse" = yes ; then
1506 _pref_as_version='2.10.1' 1506 _pref_as_version='2.10.1'
1507 cat >> $TMPS <<EOF 1507 cat >> $TMPS <<EOF
1508 xorps %xmm0, %xmm0 1508 xorps %xmm0, %xmm0
1509 EOF 1509 EOF
1510 fi 1510 fi