On 19 June 2014 13:30, Alan Lawrence <alan.lawre...@arm.com> wrote:
> Similarly, this makes int64x1_t a proper vector type, updating arm_neon.h
> with many explicit vector construction/destruction operations (also
> including some range checking using __builtin_aarch64_im_lane_boundsi).
>
> Change the vabs_s64 intrinsic from using __builtin_llabs to
> __builtin_aarch64_absdi, the latter is consistent with other intrinsics and
> should have different behaviour (aarch64_abs on the minimum negative value
> should be defined to return said minimum negative value rather than
> undefined). This __builtin was previously being generated as a binary
> operator (but this was not noticed as it was unused), so I've tweaked the
> qualifiers to force unary ops to unary.

Ok /Marcus

Reply via email to