This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [AArch64/ARM 1/3] Add execution + assembler tests of AArch64 EXT intrinsics
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Alan Lawrence <alan dot lawrence at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 24 Apr 2014 10:58:17 +0100
- Subject: Re: [AArch64/ARM 1/3] Add execution + assembler tests of AArch64 EXT intrinsics
- Authentication-results: sourceware.org; auth=none
- References: <53581A47 dot 80204 at arm dot com> <53581C21 dot 4000307 at arm dot com>
On 23 April 2014 21:01, Alan Lawrence <alan.lawrence@arm.com> wrote:
> This adds DejaGNU tests of the existing AArch64 vext* intrinsics, both
> checking the assembler output and the runtime results. Test bodies are in
> separate files ready to reuse for ARM in the third patch.
>
> All passing on aarch64-none-elf and aarch64_be-none-elf.
>
> gcc/testsuite/ChangeLog:
> 2014-04-23 Alan Lawrence <alan.lawrence@arm.com>
Double space after the date, otherwise this is OK to commit.
/Marcus