Bernd Edlinger wrote:
This patch tries to solve the problem in a more general way, by classifying the
target's expected
result by using vect_element_align and vect_call_sqrtf attributes.
This patch has been tested on armv7l-unknown-linux-gnueabihf,
x86_64-unknown-linux-gnu and
powerpc-apple-d
Ping.
> Subject: [PATCH] Fix fortran/pr60236
> Date: Sun, 23 Feb 2014 14:50:46 +0100
>
> Hi,
>
> the test case gfortran.dg/vect/pr32380.f was found to fail on
> armv7l-unknown-linux-gnueabihf.
> The reason for this is that one out of 6 loops does not get vectorized,
&g
Hi,
the test case gfortran.dg/vect/pr32380.f was found to fail on
armv7l-unknown-linux-gnueabihf.
The reason for this is that one out of 6 loops does not get vectorized, because
this target does
not support a vectorization of sqrtf.
The same test case is known to fail on powerpc-apple-darwin9 d