[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 12" G4 iBook



Dans un message du 19 Nov à 19:27, David Pye écrivait :
> Hmm...Does that mean that Debian would be quite a lot slower on a G4 than it 
> would be if compiled with the gcc -maltivec flag?   Or does gcc lack much 
> altivec optimisation ability?

-maltivec allows acces to the Altivec ABI. But gcc cannot perform
auto-vectorization on its own (yet). So compiling -maltivec won't change
anything if the code does not contain Altivec instructions (in the form
of assembly instructions or their C versions). And in that case, it
would not even compile without -maltivec :)

Guillaume.

-- 
Guillaume Morin <guillaume@morinfr.org>

  Emacs, not just a way of life but a complete waste of disk space (Alan Cox)



Reply to: