CVSROOT:        /sources/qemu
Module name:    qemu
Changes by:     Jocelyn Mayer <j_mayer> 07/09/30 01:01:08

Modified files:
        target-ppc     : op_mem.h translate.c 

Log message:
        Improve single-precision floats load & stores:
          as the PowerPC registers only store double-precision floats,
          use float64_to_float32 & float32_to_float64 to do the appropriate 
conversion.
        Implement stfiwx.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_mem.h?cvsroot=qemu&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.c?cvsroot=qemu&r1=1.73&r2=1.74


Reply via email to