Re: [Qemu-devel] [PATCH v9 0/6] target/mips: Optimize MSA interleave instructions

2019-04-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1555601350-4176-1-git-send-email-mateja.marjano...@rt-rk.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TES

Re: [Qemu-devel] [PATCH v9 0/6] target/mips: Optimize MSA interleave instructions

2019-04-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1555601350-4176-1-git-send-email-mateja.marjano...@rt-rk.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TES

[Qemu-devel] [PATCH v9 0/6] target/mips: Optimize MSA interleave instructions

2019-04-18 Thread Mateja Marjanovic
From: Mateja Marjanovic Optimize and refactor MSA instructions ILVEV., ILVOD., ILVL. and ILVR.. v9: - Tests were changed, instead of iterating through the loop 10 million times and calling the instruction once, iterate through the loop 1 million times, and call the instruction ten time