I spent some time porting this very cool app to the Intel platform. If you just want to recompile it, it's easy, get the xcode project file. But it won't give you
a big speed improvement over a G4 or G5. In order to get more speed you'd have to port the Altivec code to SSE2 or SSE3. NOT ALL the Altivec instructions have exact equivalents on the Intel side (an example is the vector permutation instruction)....
[Version 2.0]
There are currently no troubleshooting comments by this member.
Please login or create a new MacUpdate Member account to use this feature
StarfishX
a big speed improvement over a G4 or G5. In order to get more speed you'd have to port the Altivec code to SSE2 or SSE3. NOT ALL the Altivec instructions have exact equivalents on the Intel side (an example is the vector permutation instruction)....