http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49362
mark.pupilli at dyson dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49362
--- Comment #2 from mark.pupilli at dyson dot com 2011-06-13 19:56:43 UTC ---
The vld2q version should actually be 15 instructions (not 17!) as follows:
vld2.32{d20-d23}, [r0]
vld2.32{d26-d29}, [r1]
veor q12, q11, q14
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49362
--- Comment #1 from mark.pupilli at dyson dot com 2011-06-10 11:38:40 UTC ---
There is a typo -
'treats uint32_t as a single register and not an array of 4 x uint32_t'
should read:
'treats uint32x4_t as a single register and no
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49362
Summary: Arm Neon intrinsic types not correctly interpreted by
compiler.
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com