Jonathan Wright via Gcc-patches writes:
> The pointer parameter to load a vector of signed values should itself
> be a signed type. This patch fixes two instances of this unsigned-
> signed implicit conversion in arm_neon.h.
>
> Tested relevant intrinsics with -Wpointer-sign and warnings no longer
The pointer parameter to load a vector of signed values should itself
be a signed type. This patch fixes two instances of this unsigned-
signed implicit conversion in arm_neon.h.
Tested relevant intrinsics with -Wpointer-sign and warnings no longer
present.
Ok for master?
Thanks,
Jonathan
---