Re: [Qemu-devel] [PATCH v3 00/19] target-mips: add MSA module

2014-11-03 Thread Leon Alrae
On 02/11/2014 23:08, Peter Maydell wrote: > On 2 November 2014 22:14, Leon Alrae wrote: >> On 01/11/14 05:28, Yongbok Kim wrote: >>> For 2.2 Release. >>> >>> The following patchset implements MIPS SIMD Architecture module. >>> MSA adds new instructions to MIPS Architecture that allow efficient >>>

Re: [Qemu-devel] [PATCH v3 00/19] target-mips: add MSA module

2014-11-02 Thread Peter Maydell
On 2 November 2014 22:14, Leon Alrae wrote: > On 01/11/14 05:28, Yongbok Kim wrote: >> For 2.2 Release. >> >> The following patchset implements MIPS SIMD Architecture module. >> MSA adds new instructions to MIPS Architecture that allow efficient >> parallel processing of vector operations. >> di

Re: [Qemu-devel] [PATCH v3 00/19] target-mips: add MSA module

2014-11-02 Thread Leon Alrae
On 01/11/14 05:28, Yongbok Kim wrote: > For 2.2 Release. > > The following patchset implements MIPS SIMD Architecture module. > MSA adds new instructions to MIPS Architecture that allow efficient > parallel processing of vector operations. > > For more information refer to: > MIPS Architecture Re

[Qemu-devel] [PATCH v3 00/19] target-mips: add MSA module

2014-10-31 Thread Yongbok Kim
For 2.2 Release. The following patchset implements MIPS SIMD Architecture module. MSA adds new instructions to MIPS Architecture that allow efficient parallel processing of vector operations. For more information refer to: MIPS Architecture Reference Manual Volume IV-j: The MIPS32 SIMD Architectu