Pentium II's do not support SSE, that came in with the PIII
Submitted by: sf
This commit is contained in:
parent
217aacd059
commit
4c4460ea2d
@ -94,7 +94,7 @@ MACHINE_CPU = sse i686 mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "p3"
|
||||
MACHINE_CPU = sse i686 mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "p2"
|
||||
MACHINE_CPU = sse i686 mmx i586 i486 i386
|
||||
MACHINE_CPU = i686 mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "i686"
|
||||
MACHINE_CPU = i686 i586 i486 i386
|
||||
. elif ${CPUTYPE} == "i586/mmx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user