------- Comment #4 from pinskia at gcc dot gnu dot org  2006-04-11 02:49 -------
Altivec can be done with -mno-altivec and it is not really a real pain because
if you are going to use altivec registers in your program, you want to use them
more rather than less.  And for the functions you don't want explicit use of
altivec, put them into a seperate file which does not compile with -maltivec
(or compile that seperate file with -mno-altivec since some -mcpu=* enables
altivec).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Don't use fp/vmx regs for   |Don't use fp regs for mem
                   |mem moves without explicit  |moves without explicit use
                   |use of fp/vmx               |of fp


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18900

Reply via email to