Re: [AArch64] Implement some vca*_f[32,64] intrinsics

2014-07-17 Thread Marcus Shawcroft
On 10 July 2014 08:56, Kyrill Tkachov wrote: > > On 02/07/14 08:59, Christophe Lyon wrote: >> >> Hi, >> >> It seems some of the scan-assembler directives fail: >> >> http://cbuild.validation.linaro.org/build/cross-validation/gcc/trunk/212196/aarch64-none-elf/diff-gcc-rh50-aarch64-none-elf-default-

Re: [AArch64] Implement some vca*_f[32,64] intrinsics

2014-07-10 Thread Kyrill Tkachov
On 02/07/14 08:59, Christophe Lyon wrote: Hi, It seems some of the scan-assembler directives fail: http://cbuild.validation.linaro.org/build/cross-validation/gcc/trunk/212196/aarch64-none-elf/diff-gcc-rh50-aarch64-none-elf-default-default-default.txt Christophe. This patch should fix the tes

Re: [AArch64] Implement some vca*_f[32,64] intrinsics

2014-07-02 Thread Kyrill Tkachov
On 02/07/14 08:59, Christophe Lyon wrote: Hi, It seems some of the scan-assembler directives fail: http://cbuild.validation.linaro.org/build/cross-validation/gcc/trunk/212196/aarch64-none-elf/diff-gcc-rh50-aarch64-none-elf-default-default-default.txt Hi Christophe Yes, turns out removing the

Re: [AArch64] Implement some vca*_f[32,64] intrinsics

2014-07-02 Thread Christophe Lyon
Hi, It seems some of the scan-assembler directives fail: http://cbuild.validation.linaro.org/build/cross-validation/gcc/trunk/212196/aarch64-none-elf/diff-gcc-rh50-aarch64-none-elf-default-default-default.txt Christophe. On 1 July 2014 14:13, Marcus Shawcroft wrote: > On 23 June 2014 15:30, Ky

Re: [AArch64] Implement some vca*_f[32,64] intrinsics

2014-07-01 Thread Marcus Shawcroft
On 23 June 2014 15:30, Kyrill Tkachov wrote: > Hi all, > > This patch implements some absolute compare intrinsics in arm_neon.h. > > Execution tests are added. > Tested aarch64-none-elf, aarch64_be-none-elf, bootstrapped on aarch64 linux +/* { dg-do run } */ +/* { dg-options "-save-temps -O3" }

Re: [AArch64] Implement some vca*_f[32,64] intrinsics

2014-06-30 Thread Kyrill Tkachov
Ping. https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01771.html Kyrill On 23/06/14 15:30, Kyrill Tkachov wrote: Hi all, This patch implements some absolute compare intrinsics in arm_neon.h. Execution tests are added. Tested aarch64-none-elf, aarch64_be-none-elf, bootstrapped on aarch64 linux

[AArch64] Implement some vca*_f[32,64] intrinsics

2014-06-23 Thread Kyrill Tkachov
Hi all, This patch implements some absolute compare intrinsics in arm_neon.h. Execution tests are added. Tested aarch64-none-elf, aarch64_be-none-elf, bootstrapped on aarch64 linux Ok for trunk? 2014-06-23 Kyrylo Tkachov * config/aarch64/arm_neon.h (vcage_f64): New intrinsic. (vcag