Re: [arm-gnu] Internal error with NEON vld4/vst4 instrinsics
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Internal error with NEON vld4/vst4 instrinsics



Ian Rickards wrote:
> Following program triggers an internal error with -O1 or higher with
> 2008q3-72
>  
> #include <arm_neon.h>
> 
> void neon_internal_error(
>     int *dst,
>     int *src
> )
> {
>             uint8x8x4_t sval;
>  
>             sval = vld4_u8((void*)src);
>             vst4_u8((void*)dst,sval);
> }

We have reproduced the problem and entered it into our issue tracker.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@xxxxxxxxxxxxxxxx
(650) 331-3385 x713