Jump to content
6 posts in this topic

Recommended Posts

However, according to the message posted on http://kernel.macosforge.org/, the source is not exactly the same found in the 10.4.7 software update:

 

Source code for the kernel of Mac OS X 10.4.7 for Intel are now available. Several changes were made in order to publish the kernel (xnu) sources. As a result, the kernel built from these sources differs from the one found in the 10.4.7 software update. In order to accommodate these changes, several kernel extensions were also modified and must be downloaded and installed in order to run a kernel built from these sources on Mac OS X 10.4.7 for Intel.
They are already optimizing for SSE4, so bad news for AMD users. Just take a look in xnu-792.10.96/osfmk/i386/commpage/ directory files bcopy_sse4.s and bcopy_sse4_64.s. A quick search of new SSE4 only command show that PALIGNR is heavily used.

Ummm, so? The OS will still be backwards-compatible with SSE3 since Apple has several products that don't have SSE4. They aren't going to prevent compatibility for current MacBook/MacBook Pro users. Isn't that logical?

Ummm, so? The OS will still be backwards-compatible with SSE3 since Apple has several products that don't have SSE4. They aren't going to prevent compatibility for current MacBook/MacBook Pro users. Isn't that logical?

Well that too. Lots of 64-bit preparation in the source too. Just nice to see, that Mac OS X already using the latest instruction set (where available).

×
×
  • Create New...