Qemu build with -faltivec and maltivec support in

Bug #1399939 reported by luigiburdo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Invalid
Undecided
Unassigned

Bug Description

if is possible add the build support for qemu for have the -faltivec -maltivec in CPPFLAGS for make the emulation more faster on PPC equiped machine .
Thank you

Revision history for this message
Peter Maydell (pmaydell) wrote :

We assume that your C compiler generates decently optimised code that uses the features of your host CPU with just the standard -O2 optimisation flag. If this isn't the case, you can use configure's --extra-cflags argument (eg "--extra-cflags=-faltivec -maltivec") to get the build process to pass arbitrary flags to the compiler. Is that not sufficient here?

Revision history for this message
luigiburdo (intermediadc) wrote :

Will check it , i had been made my personal build modding the Makefile with altivec commands in CPPFLAGS.
i dont know if it was a placebo effect but look like everything is more faster.

Revision history for this message
Thomas Huth (th-huth) wrote :

Closing this ticket since adding CPPFLAGS to configure is possible.

Changed in qemu:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.