Loic,
On 27 January 2011 21:04, Loïc Minier wrote:
> On Thu, Jan 27, 2011, Ramana Radhakrishnan wrote:
>> I've written up a wiki page finally on the cross-testing with qemu
>> here. It's taken me slightly longer than expected as I was playing
>> around with moin-moin syntax. These are based on
On Thu, Jan 27, 2011, Ramana Radhakrishnan wrote:
>I've written up a wiki page finally on the cross-testing with qemu
> here. It's taken me slightly longer than expected as I was playing
> around with moin-moin syntax. These are based on qemu-0.13.0 which is
> what I tried when I wrote this up
Hi,
I've written up a wiki page finally on the cross-testing with qemu
here. It's taken me slightly longer than expected as I was playing
around with moin-moin syntax. These are based on qemu-0.13.0 which is
what I tried when I wrote this up for some testing of a patch that I
was playing with.
Hi; this is a note to say that we have now produced a prerelease
tarball of qemu-linaro. (The first formal qemu-linaro release will
happen in sync with other toolchain group releases on 8th Feb.)
This prerelease is primarily to pipeclean the release process and
to allow work to start on producing
Hi,
* I looked into the perf utility with regard to ARMv7 and raw event support
* https://wiki.linaro.org/KenWerner/Sandbox/perf
* testsuite fixes for the OpenCL GDB
* started to setup the pandaboard (currently the headless snapshot hangs
shortly after I got the bash prompt - I'm not sure w
Hello,
* Submitted to mainline the patch to model Doloop for ARM
(http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01718.html) .
The ARM back-end part was reviews by Richard Earnshaw.
* Looking into EEMBC/DENbench for opportunities applying Modulo-Scheduling.
Based on partial profiling information
Hi Ira,
I'm curious to know how you managed to represent vec_extract_even and
vec_extract_odd both as NEON vuzp? Also, how do you represent both read
and write of both operands of vuzp in the md file?
Thanks,
Tejas.
On Thu, 2011-01-27 at 15:44 +0200, Ira Rosen wrote:
> Hi,
>
> I am working o
Hi,
I am working on implementation of interleave_high/low and
extract_even/odd for NEON. The pairs of high/low (even/odd) are
"magically" united into single vzip (vuzp) instruction in the back
end, so there is no need in special support from the tree level. There
are still some test failures that