whooleytoo
macrumors 604
vouder17 said:So does it mean that the app will still run on Rosetta just without the optimization of Altivec..or will it just not run at all.
My guess would be that it's ok to load an application that contains Altivec instructions, as long as those instructions are never executed (i.e. if there's code to detect the presence of an Altivec unit beforehand). Of course if those Altivec instructions were to be executed, the program would crash pretty darn quick.
So, the question is can the OS determine if a PowerPC application uses Altivec when it's launching. My guess is yes, and it'll prevent the application from launching, as the OS has no way of knowing if the app actually calls the troublesome code or not.