Skip to main content
Home Forums 68kMLA IBM ThinkCentre M50 — #10
Post #10 by z180
Source Forum68kMLA
CategorySoftware
Post DateWed, 14 Jan 2009 - 16:46
Original URLhttps://68kmla.org/bb/threads/ibm-thinkcentre-m50.16217/
Post
On the X86 there are 3 types of instructions:

Integer instructions(most code)

Floating Point instructions(complex math,needed an FPU on 386)

Vector instructions(comparable to altivec called MMX,SSE2/3/4)

The Hackintosh OS X emulates vector instructions on A PIII using

an earlier version of the vector extension.

Most OS X system code runs in integer instructions,

so expect slowdowns at running .apps like garage band or gimp.

mp.ls