This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][GCC][testsuite] Fix failing vminnm/vmaxnm tests for ARM


On 2 November 2016 at 16:38, Tamar Christina <Tamar.Christina@arm.com> wrote:
> Hi all,
>
> This fixes the ARM failures in the testsuite.
> Previously these tests were gated on if ARMv8-a
> support was available in the compiler, not if the hardware
> was an ARMv8-a hardware.
>
> This thus resulted in correct code, but wouldn't run on
> any other hardware.
>
> Ran regression tests on aarch64-none-linux-gnu, arm-none-linux-gnueabihf.
>
> Ok for trunk?
>

It seems OK to me (without actually testing, though)

Thanks

Christophe

> Thanks,
> Tamar
>
> gcc/testsuite/
>
> 2016-11-01  Tamar Christina  <tamar.christina@arm.com>
>
>         * gcc.target/arm/simd/vmaxnm_f32_1.c (dg-require-effective-target):
>         Check for arm_v8_neon_hw.
>         * gcc.target/arm/simd/vmaxnmq_f32_1.c (dg-require-effective-target):
>         Likewise.
>         * gcc.target/arm/simd/vminnm_f32_1.c (dg-require-effective-target):
>         Likewise.
>         * gcc.target/arm/simd/vminnmq_f32_1.c(dg-require-effective-target):
>         Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]